Skip to content

Commit

Permalink
🐛 Styling fix for longer info texts on smaller devices
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
wesselperik committed Sep 14, 2022
1 parent 8c3e07c commit 1b59ca0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/css/field.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}

.field {
height: 24px;
display: flex;
align-items: center;
}
.field svg {
margin-top: -2px;
}
6 changes: 4 additions & 2 deletions resources/sass/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
}

.field {
height: 24px;
display: flex;
align-items: center;

svg {
margin-top: -2px;
}
}

0 comments on commit 1b59ca0

Please sign in to comment.