Skip to content

Commit 2a45bd1

Browse files
author
thom
committed
auto sidebar width (#4465)
1 parent 09d8e8a commit 2a45bd1

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)