Skip to content

Commit

Permalink
Merge pull request rubyforgood#2678 from sstacey/2354-fix-spacing
Browse files Browse the repository at this point in the history
2354 Fix "pick displayed columns" spacing issue after supervisor choice
  • Loading branch information
compwron authored Oct 2, 2021
2 parents d35dee9 + 1b15df3 commit f04cecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ GEM

PLATFORMS
x86_64-darwin-18
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux

Expand Down
7 changes: 3 additions & 4 deletions app/javascript/src/stylesheets/shared/layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-color: #F4F7FA;
background-color: #f4f7fa;
min-width: 320px;
}

Expand Down Expand Up @@ -28,7 +28,7 @@ div.row div.col-sm-12.form-header h1 {
vertical-align: middle;
}

div.row:nth-child(4) {
div.row.volunteer-filters {
margin-top: 2rem;
}

Expand All @@ -49,7 +49,6 @@ div.row:nth-child(4) {

/* ASSUMPTION: default screen size is desktop view (> 1024px) */


/* As 'mobile-label' class is mobile only, not display them on desktop view */

table.table {
Expand Down Expand Up @@ -81,7 +80,7 @@ table.table {
display: table;
width: 100%;
border-bottom: 1px solid #efefef;
>* {
> * {
display: block;
}
}
Expand Down

0 comments on commit f04cecc

Please sign in to comment.