Skip to content

Commit

Permalink
Coocurrence matrix header not visible on small screens #197
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Jul 3, 2024
1 parent 138fefe commit 3503666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.comp-header {
margin-top: 1.4em !important;
margin-bottom: 1em !important;
overflow-x: auto;

button {
white-space: pre-wrap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.comp-header {
margin-top: 1.4em !important;
margin-bottom: 1em !important;
overflow-x: auto;

button {
text-transform: none;
Expand All @@ -26,5 +27,4 @@
::ng-deep .mat-tab-label.mat-tab-disabled:hover {
background-color: transparent !important;
}

}

0 comments on commit 3503666

Please sign in to comment.