mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 02:25:26 +00:00
fix squeezed labels
This commit is contained in:
parent
67499e1749
commit
20b42bf670
@ -38,6 +38,11 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-top: 2px solid var(--mantine-color-text-9);
|
||||
|
||||
.add {
|
||||
padding-left: 48px;
|
||||
padding-right: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.none {
|
||||
|
@ -23,7 +23,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid var(--mantine-color-text-9);
|
||||
border-bottom: 1px solid var(--mantine-color-text-7);
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
height: 48px;
|
||||
@ -61,7 +61,7 @@
|
||||
.divider {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
border: 1px solid var(--mantine-color-text-9);
|
||||
border: 1px solid var(--mantine-color-text-7);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -72,6 +72,7 @@
|
||||
text-wrap: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.nameUnset {
|
||||
@ -82,7 +83,8 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-style: italic;
|
||||
color: var(--mantine-color-text-9);
|
||||
flex-shrink: 0;
|
||||
color: var(--mantine-color-text-7);
|
||||
}
|
||||
|
||||
.entry {
|
||||
@ -103,7 +105,7 @@
|
||||
.entryUnset {
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
color: var(--mantine-color-text-9);
|
||||
color: var(--mantine-color-text-7);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -192,7 +192,7 @@
|
||||
.divider {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
border: 1px solid var(--mantine-color-text-9);
|
||||
border: 1px solid var(--mantine-color-text-7);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -203,6 +203,7 @@
|
||||
text-wrap: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.nameUnset {
|
||||
@ -213,7 +214,8 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
font-style: italic;
|
||||
color: var(--mantine-color-text-9);
|
||||
flex-shrink: 0;
|
||||
color: var(--mantine-color-text-7);
|
||||
}
|
||||
|
||||
.entry {
|
||||
@ -239,7 +241,7 @@
|
||||
.entryUnset {
|
||||
font-size: 14px;
|
||||
font-style: italic;
|
||||
color: var(--mantine-color-text-9);
|
||||
color: var(--mantine-color-text-7);
|
||||
}
|
||||
|
||||
.entryValue {
|
||||
|
Loading…
x
Reference in New Issue
Block a user