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:
Uchechukwu Obasi
2020-12-02 09:30:28 +01:00
committed by GitHub
parent d953a56eb6
commit 53cd59a5a5
5 changed files with 46 additions and 50 deletions

View File

@@ -77,6 +77,8 @@
}
.alert-body {
overflow-wrap: break-word;
word-break: break-word;
flex-grow: 1;
}