some preliminary styling

pull/21833/head
Bruno Windels 2019-06-24 17:46:30 +02:00
parent e7fc84d5da
commit beb003b2d6
1 changed files with 5 additions and 4 deletions

View File

@ -16,17 +16,18 @@ limitations under the License.
.mx_MessageEditHistoryDialog ul { .mx_MessageEditHistoryDialog ul {
list-style-type: none; list-style-type: none;
font-size: 14px;
&>li.edit { &>li.edit {
margin: 10px 0;
display: flex; display: flex;
&>strong { &>.mx_MessageTimestamp {
flex: 0 0 100px; flex: 0 0 50px;
font-weight: bold;
} }
&>p { &>p {
margin: 0;
} }
} }