Add sql formatter tool

This commit is contained in:
2023-12-15 12:11:46 +02:00
parent a9e52bfea8
commit 2d4ec8c498
16 changed files with 156 additions and 21 deletions

View File

@ -8,6 +8,7 @@
*/
input[type=text], input[type=number], textarea {
@apply appearance-none border leading-tight focus:outline-none;
font-family: monospace;
}
input:disabled, textarea:disabled {
@ -30,4 +31,11 @@ input:disabled, textarea:disabled {
.input-group > label {
font-style: italic;
}
textarea[id=data] {
height: 200px;
}
textarea[id=result] {
height: 350px;
}