mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(css) style: new line when path to long
This commit is contained in:
parent
a7dfaeba00
commit
b4eda9f9d1
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ body {
|
|||
user-select : none;
|
||||
}
|
||||
|
||||
.path {
|
||||
overflow : hidden;
|
||||
white-space : nowrap;
|
||||
text-overflow : ellipsis;
|
||||
}
|
||||
|
||||
.path-icon {
|
||||
position : relative;
|
||||
top : 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue