only set tab-title min size if tab-title is empty
This commit is contained in:
@@ -90,7 +90,6 @@
|
||||
.tab-title-input {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
min-width: 80px;
|
||||
font-weight: bold;
|
||||
color: #515151;
|
||||
margin-bottom: 0;
|
||||
@@ -100,6 +99,7 @@
|
||||
}
|
||||
&.tab-title-placeholder {
|
||||
border: 1px dashed #979797 !important;
|
||||
min-width: 110px;
|
||||
}
|
||||
}
|
||||
.tab-title-text {
|
||||
|
||||
Reference in New Issue
Block a user