fix: note footer not properly resizing
This commit is contained in:
@@ -432,7 +432,8 @@ if (props.detail) {
|
||||
z-index: 1;
|
||||
margin-top: 0.4em;
|
||||
width: max-content;
|
||||
min-width: max-content;
|
||||
min-width: min-content;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
||||
Reference in New Issue
Block a user