Skip to content

Commit

Permalink
layout: Don't use explicit width anymore to resize multiple columns
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Dec 6, 2019
1 parent d83ae2c commit 6a4c3ea
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions public/css/icinga/responsive.less
Expand Up @@ -202,16 +202,8 @@
border-left: 1px solid @gray-lighter;
}

#layout.twocols > #main > .container {
width: 50%;
}

#layout.twocols.wide-layout #col1 {
width: 33.33%;
}

#layout.twocols.wide-layout #col2 {
width: 66.66%;
flex-grow: 2;
}

// Safe areas for iPhone X
Expand Down

0 comments on commit 6a4c3ea

Please sign in to comment.