Rework the filemanager toolbar to not overflow with long paths
This commit is contained in:
@@ -1718,6 +1718,26 @@ tag-input {
|
||||
|
||||
.filemanager {
|
||||
|
||||
.toolbar {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
|
||||
button {
|
||||
float: none;
|
||||
}
|
||||
|
||||
div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.path-parts {
|
||||
margin: 0 5px;
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.text-editor {
|
||||
display: flex;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user