fix: model logs loading
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
width: 100%;
|
||||
|
||||
:global(.label-val) {
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: -14px;
|
||||
right: -14px;
|
||||
width: 80px;
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
height: fit-content;
|
||||
top: -10px;
|
||||
font-size: var(--font-size-middle);
|
||||
left: calc(50% + 19px);
|
||||
left: calc(50% + 14px);
|
||||
transform: translateX(-50%);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user