feat: add animation for disable multiple selection and break word for filename in info panel (#922)
This commit is contained in:
@@ -124,3 +124,7 @@ main {
|
||||
width: 0;
|
||||
transition: .2s ease width;
|
||||
}
|
||||
|
||||
.break-word {
|
||||
word-break: break-all;
|
||||
}
|
||||
Reference in New Issue
Block a user