Skip to content

Commit

Permalink
Fixed display of multiselect checkboxes in case tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jun 10, 2024
1 parent f76b71e commit 882870d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
}

.list-cell-wrapper-style {
display: block; // override .card's display: flex rule
margin: 10px 5px 0 5px;
border-collapse: collapse;
vertical-align: top;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
height: 25vh;
}

@@ -142,8 +142,8 @@
@@ -142,20 +142,21 @@
/* Horizontally center the text (icon) */
line-height: 12px;
/* Vertically center the text (icon) */
Expand All @@ -67,7 +67,8 @@
}
}

@@ -151,11 +151,11 @@
.list-cell-wrapper-style {
+ display: block; // override .card's display: flex rule
margin: 10px 5px 0 5px;
border-collapse: collapse;
vertical-align: top;
Expand All @@ -81,7 +82,7 @@
}

.module-icon,
@@ -165,14 +165,14 @@
@@ -165,14 +166,14 @@
}

&:hover {
Expand All @@ -98,7 +99,7 @@
}

.case-tile-group{
@@ -205,7 +205,7 @@
@@ -205,7 +206,7 @@
}

.list-cell-wrapper-style {
Expand Down

0 comments on commit 882870d

Please sign in to comment.