mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Fixes so border is visible for cells with links (#33160)
This commit is contained in:
parent
72db1bb2e9
commit
888667abbc
@ -27,7 +27,7 @@ export const getTableStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
${color ? `color: ${color};` : ''};
|
||||
${background ? `background: ${background};` : ''};
|
||||
|
||||
&:last-child {
|
||||
&:last-child:not(:only-child) {
|
||||
border-right: none;
|
||||
padding-right: ${lastChildExtraPadding}px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user