corrected input layout
the new gitlab versions do not respect old css options; this is a small correction to omit the padding of the input field texts on the left border.
This commit is contained in:
parent
59e6423e1d
commit
8512a5c726
@ -69,6 +69,7 @@ a:hover {
|
||||
padding: var(--pf-c-form-control--PaddingTop) var(--pf-c-form-control--PaddingRight) var(--pf-c-form-control--PaddingBottom) var(--pf-c-form-control--PaddingLeft);
|
||||
border-radius: 10px !important;
|
||||
min-width: 100% !important;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
textarea.pf-c-form-control {
|
||||
|
Loading…
x
Reference in New Issue
Block a user