sql generator

This commit is contained in:
Jan Prochazka
2021-04-01 08:09:22 +02:00
parent a1993214e2
commit d62177d996
10 changed files with 175 additions and 44 deletions

View File

@@ -38,6 +38,10 @@ body {
.flex {
display: flex;
}
.flexcol {
display: flex;
flex-direction: column;
}
.nowrap {
white-space: nowrap;
}