revert read marker css

This commit is contained in:
Matthew Hodgson 2016-01-20 17:23:33 +00:00
parent 48052415b7
commit 1fd60f1e44
2 changed files with 6 additions and 2 deletions

View file

@ -36,6 +36,9 @@ limitations under the License.
}
.mx_SearchableEntityList_list {
display: table;
table-layout: fixed;
width: 100%;
border-bottom: 1px solid #e1dddd;
}