mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Fix slighly checkbox vertical alignment issue
This commit is contained in:
parent
a871d19ef7
commit
ff2a375179
@ -5967,3 +5967,7 @@ body {
|
||||
.button-label {
|
||||
margin: 0 auto 15px;
|
||||
max-width: 165px; }
|
||||
|
||||
.checkbox input[type="checkbox"] {
|
||||
position: initial;
|
||||
margin-right: 2px; }
|
||||
|
@ -171,3 +171,9 @@ body {
|
||||
// Keep some spacing at the sides
|
||||
max-width: $btn-min-width - 5px;
|
||||
}
|
||||
|
||||
// Fix slighly checkbox vertical alignment issue
|
||||
.checkbox input[type="checkbox"] {
|
||||
position: initial;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user