Skip to content

Commit

Permalink
fix: define a min-height to avoid confusion
Browse files Browse the repository at this point in the history
Define a min-height based on lumo variable to avoid confusion when the parent height is relative (items are not rendered)
  • Loading branch information
mlopezFC authored and javier-godoy committed Jul 5, 2023
1 parent c5a5260 commit 68bc40d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
* #L%
*/

.twincol-grid {
min-height: calc(var(--lumo-space-m) * 13);
}
.twincol-grid .twincol-grid-label {
color: var(--lumo-secondary-text-color);
font-weight: 500;
Expand Down

0 comments on commit 68bc40d

Please sign in to comment.