mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
Minor dropdown icon width fix
This commit is contained in:
parent
f00e5515e4
commit
5cc0369898
@ -97,9 +97,6 @@
|
|||||||
margin: 5px 0 10px 0;
|
margin: 5px 0 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.d-icon {
|
|
||||||
color: $primary-medium;
|
|
||||||
}
|
|
||||||
.reply-details {
|
.reply-details {
|
||||||
max-width: calc(100% - 175px);
|
max-width: calc(100% - 175px);
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
@ -22,9 +22,11 @@
|
|||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-self: flex-start;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
|
||||||
.d-icon {
|
.d-icon {
|
||||||
|
flex: 0 0 100%;
|
||||||
font-size: $font-up-2;
|
font-size: $font-up-2;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user