mirror of
https://github.com/rio-labs/rio.git
synced 2026-02-11 16:19:32 -06:00
make long error messages wrap lines
This commit is contained in:
@@ -3448,6 +3448,12 @@ html.picking-component * {
|
||||
|
||||
.rio-error-placeholder-details {
|
||||
align-self: center;
|
||||
|
||||
// The details can get very long, so they should span multiple lines if
|
||||
// necessary. Problem is that the element shamelessly grows with no limit,
|
||||
// so we must kill its horizontal size request.
|
||||
width: 0;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
// Code Explorer
|
||||
|
||||
Reference in New Issue
Block a user