From b3a399e2aa8cc654fa195ca4bb96a258917a47d8 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Tue, 12 Jun 2018 11:25:59 +0300 Subject: [PATCH] box-sizing specified in the app styles --- src/app/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/styles.less b/src/app/styles.less index 2572717bf..e216cc094 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -5,7 +5,8 @@ padding: 0px; border: none; list-style: none; - user-select: none; + user-select: none; + box-sizing: border-box; } body, html {