fix(databases): align database table list text spacing and icon sizes with codebase tree
This commit is contained in:
@@ -189,7 +189,7 @@ function SchemaGroup({
|
|||||||
aria-pressed={active}
|
aria-pressed={active}
|
||||||
>
|
>
|
||||||
<Table
|
<Table
|
||||||
size={16}
|
size={14}
|
||||||
style={{
|
style={{
|
||||||
color: active ? THEME.ink : THEME.muted,
|
color: active ? THEME.ink : THEME.muted,
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
@@ -263,6 +263,7 @@ const tableName: React.CSSProperties = {
|
|||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
|
marginLeft: 4,
|
||||||
};
|
};
|
||||||
const rowCount: React.CSSProperties = {
|
const rowCount: React.CSSProperties = {
|
||||||
fontSize: "0.65rem",
|
fontSize: "0.65rem",
|
||||||
|
|||||||
Reference in New Issue
Block a user