|
|
@ -513,12 +513,18 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-app-drive-search-path {
|
|
|
|
.cp-app-drive-search-path {
|
|
|
|
font-style: italic;
|
|
|
|
font-style: italic;
|
|
|
|
|
|
|
|
.cp-app-drive-path-inner {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row-reverse;
|
|
|
|
flex-flow: row-reverse wrap-reverse;
|
|
|
|
justify-content: right;
|
|
|
|
justify-content: flex-end;
|
|
|
|
.cp-app-drive-path-element {
|
|
|
|
.cp-app-drive-path-element {
|
|
|
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cp-app-drive-search-title {
|
|
|
|
.cp-app-drive-search-title {
|
|
|
|