FIX: reason paragraph styling broken on mobile
This commit is contained in:
parent
4c1fa759e5
commit
3713278a4b
|
@ -14,11 +14,6 @@
|
|||
.reason {
|
||||
line-height: 16px;
|
||||
margin: 0 0 0 10px;
|
||||
|
||||
a {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +25,7 @@
|
|||
margin: 0;
|
||||
min-width: auto;
|
||||
|
||||
.pinned-options, .reason {
|
||||
.pinned-options {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,11 +10,6 @@
|
|||
.reason {
|
||||
line-height: 16px;
|
||||
margin: 0 0 0 10px;
|
||||
|
||||
a {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +24,7 @@
|
|||
align-items: center;
|
||||
margin: 0;
|
||||
|
||||
.topic-notifications-options, .reason {
|
||||
.topic-notifications-options {
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue