Merge pull request #16859 from joffreycarle/vertical-alignment-16843
Fixes #16843: vertical alignment in metro and pmahomme themes on user accounts overview
This commit is contained in:
commit
fc3c85d365
@ -195,6 +195,7 @@ $dropdown-border-radius: 0;
|
||||
|
||||
$input-border-radius: 0;
|
||||
$form-check-input-margin-y: 0;
|
||||
$label-margin-bottom: 0;
|
||||
|
||||
// Navbar
|
||||
|
||||
|
||||
@ -137,3 +137,7 @@ $alert-border-radius: 5px;
|
||||
$list-group-bg: inherit;
|
||||
$list-group-item-padding-x: 0;
|
||||
$list-group-item-padding-y: 0;
|
||||
|
||||
// Forms
|
||||
|
||||
$label-margin-bottom: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user