diff --git a/frontend/src/css/style.module.css b/frontend/src/css/style.module.css index 1821a12..cc58445 100644 --- a/frontend/src/css/style.module.css +++ b/frontend/src/css/style.module.css @@ -188,6 +188,7 @@ input[type=text] { .live_table th, .live_table td { padding: 12px 15px; + text-align: left; } .live_table tbody tr { border-bottom: 1px solid var(--table-row-odd); diff --git a/version.go b/version.go index c7daf67..ed37e1f 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ import ( ) var ( - Version = "v0.2.2" + Version = "v0.2.3" Build string )