Skip to content

Commit 9ab42b6

Browse files
committed
fix(FileSelector): keep edited tab bg height when file name is empty
ref: vuejs#178 (comment)
1 parent ac81485 commit 9ab42b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/editor/FileSelector.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ function horizontalScroll(e: WheelEvent) {
239239
}
240240
.file.pending span {
241241
min-width: 50px;
242+
min-height: 34px;
242243
padding-right: 32px;
243244
background-color: rgba(200, 200, 200, 0.2);
244245
color: transparent;

0 commit comments

Comments
 (0)