Replies: 4 comments 8 replies
-
Great idea! Thank you for the detailed description and the effort find a CSS solution. As you rightly stated, CSS is only inline at the moment. I've created a feature request here: #5476 |
Beta Was this translation helpful? Give feedback.
-
Hello @Havock94 , how did you manage to override the row height ? |
Beta Was this translation helpful? Give feedback.
-
Yes I'm currently tinkering, it works if I update the CSS in the browser
but not with me designer custom CSS.
Tried :
.spectrum-Table-row svelte-rzhjll{
--row-height:20px !important;
}
.spectrum-Table-row {
--row-height:20px !important;
}
…--row-height:20px !important;
|
Beta Was this translation helpful? Give feedback.
-
The new table table component allows you to set a row height 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi, I think it would be useful to allow changing the table row height.
I found that the height is controlled by the variable
--row-height
which is set on the table wrapper element.
I tried overriding the variable through the table Custom CSS, but the CSS is applied to the wrapper parent, therefore the variable is not overridden.
Do you think it would be possible to allow changing the height? (By either setting the variable on the table element so that Custom CSS can be used, or supporting it in the Settings UI)
I'm making an app where I track movies and shows that I should watch, and at the moment the shows covers are quite small
This is the effect I would like to achieve :)
Beta Was this translation helpful? Give feedback.
All reactions