Fix printing under chrome and firefox

This commit is contained in:
Claude Brisson
2024-04-10 16:37:42 +02:00
parent 2d62f3831a
commit f155c5340e
3 changed files with 33 additions and 16 deletions

View File

@@ -70,6 +70,18 @@
tr.highlighted {
background-color: #D0FFD0;
}
.participation {
white-space: nowrap;
.ui.label {
font-size: 0.8rem;
min-width: 2em;
min-height: 2em;
padding: .5em !important;
line-height: 1em;
text-align: center;
border-radius: 500rem;
}
}
}
}