fix: Add class for input fields with help icon to avoid icon hiding the text #15771

This commit is contained in:
Johannes Schill
2019-03-06 14:45:13 +01:00
parent 1323043bd4
commit e7297fef06
15 changed files with 45 additions and 37 deletions

View File

@@ -250,6 +250,10 @@ $input-border: 1px solid $input-border-color;
&--plaintext {
white-space: unset;
}
&--has-help-icon {
padding-right: $input-padding-x * 3;
}
}
.gf-form-hint {

View File

@@ -15,6 +15,10 @@
height: 100%;
width: 5rem;
box-sizing: border-box;
&.gf-form-input--has-help-icon {
padding-right: $input-padding-x * 3;
}
}
.tag {