mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
fix(SqlLab): make icon placement even (#25372)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user