mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 20:56:52 +08:00
be777a8919
* Add barcodes to repository item card [SCI-5883][SCI-5884] * Fix markup [SCI-5883]
6 lines
109 B
SCSS
6 lines
109 B
SCSS
#modal-info-repository-row {
|
|
.bar-code-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|