Client - fix record card style
This commit is contained in:
parent
0b3fc999f6
commit
a7e77733ea
@ -64,6 +64,7 @@
|
|||||||
padding: $default-padding;
|
padding: $default-padding;
|
||||||
.record {
|
.record {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
span {
|
span {
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
@ -73,6 +74,7 @@
|
|||||||
}
|
}
|
||||||
.record-value {
|
.record-value {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
padding-right: $default-padding * 2;
|
padding-right: $default-padding * 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user