Notes textarea automatically fills space.
- Adjust spacing of model info tab content headers.
This commit is contained in:
@@ -230,6 +230,18 @@
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-body .tab-contents {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.model-manager .model-manager-body .tab-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* model info view */
|
||||
.model-manager .model-info-view {
|
||||
background-color: var(--bg-color);
|
||||
|
||||
Reference in New Issue
Block a user