word wrapping in list view
This commit is contained in:
@@ -1 +1 @@
|
||||
{{#if isNotEmpty}}<span class="complext-text">{{complexText value}}</span>{{else}}{{translate 'None'}}{{/if}}
|
||||
{{#if isNotEmpty}}<span class="complex-text">{{complexText value}}</span>{{else}}{{translate 'None'}}{{/if}}
|
||||
|
||||
@@ -1068,10 +1068,15 @@ stream-head-text-container .span {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.complext-text a {
|
||||
.complex-text a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table.table td.cell .complex-text {
|
||||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#popup-notifications-container {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user