mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Add class for input fields with help icon to avoid icon hiding the text #15771
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user