Skip to content

Commit

Permalink
CB-5070 fix: table header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed May 14, 2024
1 parent 92f139a commit c3fc17b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

.group {
height: 100%;
}
.header {
flex: 0 0 auto;

& .header {
flex: 0 0 auto;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/

.group {
height: 100%;
}
.header {
flex: 0 0 auto;

& .header {
flex: 0 0 auto;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
* Licensed under the Apache License, Version 2.0.
* you may not use this file except in compliance with the License.
*/

.group {
height: 100%;
}

.header {
flex: 0 0 auto;
& .header {
flex: 0 0 auto;
}
}

0 comments on commit c3fc17b

Please sign in to comment.