1
0
mirror of https://github.com/flarum/core.git synced 2025-08-21 15:52:44 +02:00

Maintain "Start a discussion" button width on tags page

fixes flarum/core#1487
This commit is contained in:
Toby Zerner
2018-07-20 11:41:21 +09:30
parent 2c6a2b2d70
commit 5318865a51

View File

@@ -65,12 +65,13 @@
&:after { &:after {
display: none; display: none;
} }
> ul > li:first-child {
width: 190px;
}
} }
.sideNavOffset { .sideNavOffset {
margin: 15px 0 0; margin: 15px 0 0;
} }
} }
.TagsPage-nav .item-newDiscussion .Button {
width: auto;
}
} }