fix: Update broken styles in the editor (#5183)
This commit is contained in:
@@ -117,6 +117,8 @@ export default {
|
||||
color: var(--r-500);
|
||||
}
|
||||
.input-group {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
margin-bottom: var(--space-smaller);
|
||||
margin-top: var(--space-smaller);
|
||||
@@ -126,6 +128,7 @@ export default {
|
||||
background: transparent;
|
||||
font-size: var(--font-size-mini);
|
||||
font-weight: var(--font-weight-bold);
|
||||
padding-left: 0;
|
||||
}
|
||||
.input-group-field::v-deep input {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user