Skip to content

Commit 14b5a0c

Browse files
author
Till Brehm
committed
Merge branch 'column-width' into 'stable-3.1'
auto sidebar width (#4465) See merge request ispconfig/ispconfig3!1050
2 parents 09d8e8a + 2a45bd1 commit 14b5a0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ body {
141141

142142
#sidebar {
143143
margin-top: 27px;
144-
width: 18%;
144+
min-width: 18%;
145+
max-width: 21%;
146+
width: auto;
145147
border-style: solid;
146148
border-width: 1px;
147149
border-radius: 4px; }

0 commit comments

Comments
 (0)