Fix issue where long states do not wrap (#4101)
This commit is contained in:
Regular → Executable
+1
@@ -39,6 +39,7 @@ class StateCardDisplay extends LocalizeMixin(PolymerElement) {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
:host([rtl]) .state {
|
:host([rtl]) .state {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user