mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
This changes the css to handle overflow of the string on the input fields. If an overflow happends an ellipsis is used.
This commit is contained in:
parent
77136d7a70
commit
eaba985f25
@ -113,6 +113,9 @@ $gf-form-margin: 0.25rem;
|
|||||||
@include border-radius($input-border-radius-sm);
|
@include border-radius($input-border-radius-sm);
|
||||||
@include box-shadow($input-box-shadow);
|
@include box-shadow($input-box-shadow);
|
||||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
// Unstyle the caret on `<select>`s in IE10+.
|
// Unstyle the caret on `<select>`s in IE10+.
|
||||||
&::-ms-expand {
|
&::-ms-expand {
|
||||||
|
Loading…
Reference in New Issue
Block a user