1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +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 {
display: none;
}
> ul > li:first-child {
width: 190px;
}
}
.sideNavOffset {
margin: 15px 0 0;
}
}
.TagsPage-nav .item-newDiscussion .Button {
width: auto;
}
}