mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasources: fixed long error message overflowing container (#29440)
* Fixed: error message overflow container Signed-off-by: Uchechukwu Obasi <obasiuche62@gmail.com> * used min-width property for better styling Signed-off-by: Uchechukwu Obasi <obasiuche62@gmail.com> * Switched to Alert component * Fixed passing aria-label to Alert component * Fixed e2e test (I hope) * another attempt to fix e2e * Fixed display name Co-authored-by: Uchechukwu Obasi <obate@Uchechukwus-MacBook-Pro.local> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
}
|
||||
|
||||
.alert-body {
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user