0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Add note about why we use !important on user page

This commit is contained in:
Trevor Buckner
2023-01-28 01:13:10 -05:00
parent 5bb61a7c3c
commit 625d3f7034

View File

@@ -17,7 +17,7 @@
.listPage{
.content{
.page{
.noColumns() !important;
.noColumns() !important; //Needed to override PHB Theme since this is on a lower @layer
&::after{
display : none;
}