Skip to content

Commit

Permalink
Merge pull request #33880 from dimagi/riese/tile_spacing
Browse files Browse the repository at this point in the history
Add spacing between tiles
  • Loading branch information
MartinRiese authored Dec 18, 2023
2 parents 4729985 + 987ed3c commit 4d6b0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body {

#case-list-search-controls {
background-color: @cc-bg;
border: 1px solid white;
margin: 0 5px 5px 5px;
display: flex;
justify-content: space-between;
#case-list-sort-by-btn {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
margin-bottom: 2rem;

.white-border {
border: 1px solid white;
border-right-color: transparent;
border-right-style: solid;
border-right-width: 5px;
}

#module-case-list-map {
Expand All @@ -63,7 +65,7 @@
}

.list-cell-wrapper-style {
border: 1px solid white;
margin: 10px 5px 0 5px;
border-collapse: collapse;
vertical-align: top;
background-color: @cc-bg;
Expand Down

0 comments on commit 4d6b0cf

Please sign in to comment.