Further updates on production board + AAMVA decoding built into project BOD-75
This commit is contained in:
@@ -31,3 +31,18 @@
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
.ellipses {
|
||||
display: inline-block; /* for em, a, span, etc (inline by default) */
|
||||
text-overflow: ellipsis;
|
||||
width: calc(95%);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tight-antd-rows {
|
||||
.ant-row {
|
||||
margin: 0rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user