mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Set table cell height to 100% (#27309)
## Table ### changed - adjusted tablecell styles to have 100% height
This commit is contained in:
parent
1f6c2dbcfb
commit
aff9e931ce
@ -81,6 +81,7 @@ export const getTableStyles = stylesFactory(
|
||||
`,
|
||||
tableCellWrapper: css`
|
||||
border-right: 1px solid ${borderColor};
|
||||
height: 100%;
|
||||
|
||||
&:last-child {
|
||||
border-right: none;
|
||||
|
Loading…
Reference in New Issue
Block a user