Browse Source

UI: Fixed entity details shift

pull/7108/head
Artem Dzhereleiko 4 years ago
parent
commit
20cde369c6
  1. 5
      ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss

5
ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss

@ -19,6 +19,11 @@
width: 100%;
height: 100%;
display: block;
mat-drawer-container {
overflow: clip;
}
.tb-entity-table {
.tb-entity-table-content {
width: 100%;

Loading…
Cancel
Save