Skip to content

Commit

Permalink
Add more margin for location input. See #124
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Oct 6, 2023
1 parent 0a6a373 commit e5e6954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ input {

.selectContainer {
border: 0px none !important;
padding: 10px;
}

.cell > .material-icons {
Expand All @@ -546,3 +547,9 @@ input {
margin: 30px;
text-decoration: none;
}

.multiSelectItem {
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
1 change: 1 addition & 0 deletions src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ input {
flex-flow: row wrap;
align-items: start;
justify-content: space-around;
background: #F9F9FA;
}
.flexy-start {
justify-content: flex-start !important;
Expand Down

0 comments on commit e5e6954

Please sign in to comment.