Fix rename input size in the drive
parent
f421a7099d
commit
f3cf848c84
|
@ -317,6 +317,7 @@
|
|||
padding: 0 10px;
|
||||
border: 0;
|
||||
color: lighten(@colortheme_sidebar-left-fg, 40%);
|
||||
height: auto;
|
||||
}
|
||||
& > span.cp-app-drive-element-row {
|
||||
overflow: hidden;
|
||||
|
@ -575,6 +576,7 @@
|
|||
border-radius: 0;
|
||||
border: 1px solid #ddd;
|
||||
font-size: 14px;
|
||||
height: auto;
|
||||
}
|
||||
.cp-app-drive-element-state {
|
||||
position: absolute;
|
||||
|
@ -638,6 +640,7 @@
|
|||
padding: 0 4px;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
&> span {
|
||||
|
|
Loading…
Reference in New Issue