refactor styles
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.doc-list__name {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.doc-list__name-content {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.22rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.doc-list__name-content span {
|
||||
max-width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.preview-pane__nav-button svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.panel-header .icon-button svg {
|
||||
width: 1.41rem;
|
||||
height: 1.41rem;
|
||||
}
|
||||
Reference in New Issue
Block a user