Skip to content

Commit

Permalink
Table look works better with background color
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Jan 23, 2020
1 parent 8e0f89e commit a3c0446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,9 @@ fieldset .subtitle {
.is-left-label fieldset:first-of-type .fieldset-content .columns::before {
content: '';
position: absolute;
width: 50%;
width: 47%;
height: 100%;
background-color: #F3F3F3;
border-right: 10px solid #FFFFFF;
}

/* + + + position of col header (1. col) + + + */
Expand Down

0 comments on commit a3c0446

Please sign in to comment.