summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 3b621d69862..d74840fe444 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -249,6 +249,10 @@ body {
left: 0;
}
+#app-navigation * {
+ box-sizing: border-box;
+}
+
#controls {
.button, button {
box-sizing: border-box;