From e771efe24da549acabf7cfa9e8ac48490df43d6e Mon Sep 17 00:00:00 2001 From: Karissa McKelvey <633012+okdistribute@users.noreply.github.com> Date: Thu, 16 Jul 2020 20:50:56 -0700 Subject: [PATCH] fix: Remove 'All Tags' box during Territory save. Fixes #378 (#383) --- static/css/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/base.css b/static/css/base.css index 4ac00cdb9..96d174add 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -23,10 +23,17 @@ body { overflow: hidden; } +/** + * iD editor changes + */ + .modal-padding { padding: 10px; background-color: --main-bg-color; } +.modal-section.tag-section.raw-tag-editor { + display: none; +} .modal-full-size button { /* cause material-ui hates me. REFACTOR */ @@ -36,6 +43,7 @@ body { width: 100%; } + .right { text-align: right; }