mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-13 18:23:46 +02:00
added css class for input fields without help icon to vertical align them easier
This commit is contained in:
@@ -231,6 +231,15 @@ form .field:not(.is-grouped) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
// label with help-icon compensation
|
||||
.label-icon-spacing {
|
||||
margin-top: 30px;
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// pagination
|
||||
.pagination-next,
|
||||
.pagination-link,
|
||||
|
||||
Reference in New Issue
Block a user