mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
wrap text in annotations modal (#7549)
annotation: wrap text in drop_element, fixes #7542
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
color: $theme-color;
|
color: $theme-color;
|
||||||
padding: 0.65rem;
|
padding: 0.65rem;
|
||||||
font-size: $font-size-sm;
|
font-size: $font-size-sm;
|
||||||
|
word-wrap: break-word;
|
||||||
max-width: 20rem;
|
max-width: 20rem;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|||||||
Reference in New Issue
Block a user