mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(SqlLab): make icon placement even (#25372)
This commit is contained in:
@@ -85,7 +85,9 @@ const collapseStyles = (theme: SupersetTheme) => css`
|
||||
padding: 0px ${theme.gridUnit * 4}px 0px 0px !important;
|
||||
}
|
||||
.ant-collapse-arrow {
|
||||
top: ${theme.gridUnit * 2}px !important;
|
||||
padding: 0 !important;
|
||||
bottom: ${theme.gridUnit}px !important;
|
||||
right: ${theme.gridUnit * 4}px !important;
|
||||
color: ${theme.colors.primary.dark1} !important;
|
||||
&:hover {
|
||||
color: ${theme.colors.primary.dark2} !important;
|
||||
|
||||
@@ -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