You've already forked random-web-tools
Add sql formatter tool
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user