FIX: reason paragraph styling broken on mobile

This commit is contained in:
Joffrey JAFFEUX 2017-09-13 10:24:02 +02:00 committed by GitHub
parent 4c1fa759e5
commit 3713278a4b
2 changed files with 2 additions and 12 deletions

View File

@ -14,11 +14,6 @@
.reason { .reason {
line-height: 16px; line-height: 16px;
margin: 0 0 0 10px; margin: 0 0 0 10px;
a {
margin-left: 3px;
margin-right: 3px;
}
} }
} }
} }
@ -30,7 +25,7 @@
margin: 0; margin: 0;
min-width: auto; min-width: auto;
.pinned-options, .reason { .pinned-options {
display: inline-flex; display: inline-flex;
} }

View File

@ -10,11 +10,6 @@
.reason { .reason {
line-height: 16px; line-height: 16px;
margin: 0 0 0 10px; margin: 0 0 0 10px;
a {
margin-left: 3px;
margin-right: 3px;
}
} }
} }
} }
@ -29,7 +24,7 @@
align-items: center; align-items: center;
margin: 0; margin: 0;
.topic-notifications-options, .reason { .topic-notifications-options {
display: inline-flex; display: inline-flex;
} }
} }