Skip to content

Commit

Permalink
fix: fixed column size in company character table
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartel-ci committed Nov 28, 2021
1 parent f593607 commit 4fe614a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
.mat-cell {
word-wrap: break-word !important;
white-space: unset !important;
flex: 0 0 120px !important;
width: 120px !important;
flex: 0 0 100px !important;
width: 100px !important;
overflow-wrap: break-word;

word-break: break-word;
Expand All @@ -24,8 +24,8 @@
}

.mat-header-cell {
flex: 0 0 120px !important;
width: 120px !important;
flex: 0 0 100px !important;
width: 100px !important;
}

.mat-row:hover .mat-cell {
Expand All @@ -35,8 +35,8 @@
.mat-column-characterName {
word-wrap: break-word !important;
white-space: unset !important;
flex: 0 0 240px !important;
width: 240px !important;
flex: 0 0 180px !important;
width: 180px !important;
overflow-wrap: break-word;

word-break: break-word;
Expand Down

0 comments on commit 4fe614a

Please sign in to comment.