Skip to content

Commit

Permalink
Fix grid layout after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jun 29, 2018
1 parent c74e159 commit ea45519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ input {
.profile-settings-container {
display: inline-grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 2fr;
grid-template-rows: 1fr 1fr 1fr;
}

.personal-show-container {
Expand Down

0 comments on commit ea45519

Please sign in to comment.