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