Skip to content

Commit

Permalink
fix: Remove 'All Tags' box during Territory save. Fixes #378 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Jul 17, 2020
1 parent a77019b commit e771efe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -36,6 +43,7 @@ body {
width: 100%;
}


.right {
text-align: right;
}
Expand Down

0 comments on commit e771efe

Please sign in to comment.