fix(SqlLab): make icon placement even (#25372)

This commit is contained in:
Corbin Bullard
2023-09-28 09:36:24 -04:00
committed by GitHub
parent a0eeb4d767
commit 11b49a6ceb
2 changed files with 8 additions and 1 deletions

View File

@@ -259,6 +259,11 @@ const TableElement = ({ table, ...props }: TableElementProps) => {
display: flex;
column-gap: ${theme.gridUnit * 1.5}px;
margin-right: ${theme.gridUnit}px;
& span {
display: flex;
justify-content: center;
width: ${theme.gridUnit * 4}px;
}
`}
>
{keyLink}