mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 13:13:58 +00:00
Fixes misplaced tab close icon
To fix #260 I think there's no need to change the close button to `close-button-right` since the `file-name` span would flex correctly same as `db-name`
This commit is contained in:
@@ -540,6 +540,7 @@
|
|||||||
.file-name {
|
.file-name {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
.close-button {
|
.close-button {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user