Skip to content

Commit 79b4eff

Browse files
authored
fix(grid): stackable grid had wrong with inside popup
A stackable grid inside a popup did not have enough specificity to adjust the width on mobile views
1 parent 1d8b2b1 commit 79b4eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/collections/grid.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ each(@colors, {
16591659
--------------------*/
16601660

16611661
@media only screen and (max-width: @largestMobileScreen) {
1662-
.ui.stackable.grid {
1662+
.ui.ui.ui.ui.stackable.grid {
16631663
width: auto;
16641664
margin-left: 0 !important;
16651665
margin-right: 0 !important;

0 commit comments

Comments
 (0)