aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 19:54:56 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 19:54:56 +0100
commite12a06ca4e690e6230bde6e7fd2610443de00952 (patch)
treefd90453fa40acfebebf7ebf7a2afad972be98bef /static
parentMinor cleanup and movement in html. (diff)
downloadcalp-e12a06ca4e690e6230bde6e7fd2610443de00952.tar.gz
calp-e12a06ca4e690e6230bde6e7fd2610443de00952.tar.xz
Repair horizontal scrolling for wide html.
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 728de2d1..bfb1f961 100644
--- a/static/style.css
+++ b/static/style.css
@@ -111,10 +111,10 @@ body {
}
.root main {
- /* max-width: calc(100% - 20em); */
display: flex;
flex-direction: column;
flex-grow: 1;
+ min-width: 0;
}
/* ---------------------------------------- */