0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +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{ .listPage{
.content{ .content{
.page{ .page{
.noColumns() !important; .noColumns() !important; //Needed to override PHB Theme since this is on a lower @layer
&::after{ &::after{
display : none; display : none;
} }