tabs panel style fix

This commit is contained in:
Jan Prochazka
2022-03-10 08:49:09 +01:00
parent 64c8d4bdca
commit f57624ef24

View File

@@ -387,7 +387,7 @@
draggingDbGroupTarget = null; draggingDbGroupTarget = null;
}} }}
> >
<FontIcon icon={getDbIcon(tabGroup.tabDbKey)} /> <FontIcon icon={getDbIcon(tabGroup.tabDbKey)} padRight />
{tabGroup.tabDbName} {tabGroup.tabDbName}
<span <span
@@ -493,6 +493,7 @@
align-items: stretch; align-items: stretch;
} }
.db-name { .db-name {
display: flex;
text-align: center; text-align: center;
font-size: 8pt; font-size: 8pt;
border-bottom: 1px solid var(--theme-border); border-bottom: 1px solid var(--theme-border);
@@ -501,10 +502,10 @@
user-select: none; user-select: none;
padding: 1px; padding: 1px;
position: relative; position: relative;
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
justify-content: center;
} }
/* .db-name:hover { /* .db-name:hover {
background-color: var(--theme-bg-3); background-color: var(--theme-bg-3);