diagram designer

This commit is contained in:
Jan Prochazka
2022-01-05 14:58:27 +01:00
parent c9c962abce
commit 5843ef458d
7 changed files with 92 additions and 48 deletions

View File

@@ -45,6 +45,9 @@ body {
.nowrap {
white-space: nowrap;
}
.noselect {
user-select: none;
}
.bold {
font-weight: bold;
}