summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/content.css b/css/content.css
index 57b4b22df..4dfb069d4 100644
--- a/css/content.css
+++ b/css/content.css
@@ -9,7 +9,8 @@
*/
#app-content {
- width: 100%
+ width: 100%;
+ flex-basis: auto;
}
#app-navigation:not(.hidden) + #app-content {
width: calc(100% - 300px);