diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 17:11:48 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 17:11:48 +0000 |
| commit | 6e21916395fac6861783c2b930b47242ac0f4c09 (patch) | |
| tree | 7ff0e48a5a47d18a25722e323f4945525dee26b7 /styles/style.css | |
| parent | b944a576f7cd0b6ea0edb0251f01a29ce4e0e86e (diff) | |
| download | sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.tar.xz sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.zip | |
Switch table library to Tabulator
Diffstat (limited to 'styles/style.css')
| -rw-r--r-- | styles/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index b24351a..7ae5727 100644 --- a/styles/style.css +++ b/styles/style.css @@ -51,6 +51,7 @@ body { flex-direction: row; font-family: monospace; align-items: center; + height: 20px; } .flex-wrapper .row .split-row { |