fix(display): add proper space and delimiter to procedure nb

This commit is contained in:
simon lehericey 2023-08-01 15:34:27 +02:00
parent 275ebb6d40
commit 70ca704c12
2 changed files with 5 additions and 1 deletions

View file

@ -102,6 +102,10 @@
white-space: nowrap;
}
.width-max-content {
width: max-content;
}
// sizing
.width-100 {
width: 100%;