Skip to content

Commit 255e325

Browse files
authored
Merge pull request #246 from medyo/develop
fix: add hidden class styles for improved layout control in Settings
2 parents b08d176 + e8121f4 commit 255e325

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Layout/SettingsLayout/settings.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
flex-direction: column;
44
height: 100vh;
55
}
6+
7+
.settings .hidden {
8+
width: 0;
9+
height: 0;
10+
display: none;
11+
}
12+
613
.horizontalTabsLayout {
714
display: flex;
815
flex-direction: row;

0 commit comments

Comments
 (0)