FIX: positioning issues with local-dates (#6693)

This commit is contained in:
Joffrey JAFFEUX 2018-11-28 16:38:47 +01:00 committed by GitHub
parent eb1607bd98
commit 4237ece065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,14 +1,10 @@
.discourse-local-date {
display: inline-block;
vertical-align: top;
&.cooked-date {
color: $primary;
cursor: pointer;
border-bottom: 1px dashed $primary-medium;
.d-icon {
margin-right: 0.25em;
color: $primary;
}