From 7c252088ef27df20bf67b8bf8818710bfda1721e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 21:51:52 +0200 Subject: Remove "box-sizing" property with invalid value The "box-sizing" property can only have two values: "content-box" (default) or "border-box" (the "padding-box" value has been removed from the specification a long time ago). --- theme/admin/rsrc/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/admin/rsrc/main.css b/theme/admin/rsrc/main.css index f6a82ac..6de252d 100644 --- a/theme/admin/rsrc/main.css +++ b/theme/admin/rsrc/main.css @@ -538,7 +538,6 @@ form { .flex > .flex-item { display: flex; - box-sizing: padding-box; width: 100%; } @@ -645,7 +644,6 @@ form { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ input, select, textarea { width: 100%; - box-sizing: padding-box; background: #EEE; color: #404040; font-family: inherit; -- cgit v1.2.3