Browse Source

Update scheme name wrapping

pull/2786/head
Kat 7 months ago
parent
commit
4e06c1993a
  1. 3
      app/frontend/styles/_table-group.scss

3
app/frontend/styles/_table-group.scss

@ -24,7 +24,8 @@
} }
.scheme-name-cell { .scheme-name-cell {
word-break: break-all; overflow-wrap: break-word;
word-break: break-word;
} }
.app-table-group:focus { .app-table-group:focus {

Loading…
Cancel
Save