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:
Maurício Meneghini Fauth 2021-04-28 22:36:54 -03:00 committed by GitHub
commit fc3c85d365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,7 @@ $dropdown-border-radius: 0;
$input-border-radius: 0;
$form-check-input-margin-y: 0;
$label-margin-bottom: 0;
// Navbar

View File

@ -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;