diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index bae77fb2..b52f9370 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -204,4 +204,10 @@ input.form-control { color: #23272B; font-size: 1rem; } +} + +.table th, .table td { + padding: 0.75rem 0.1rem; + vertical-align: top; + border-top: 1px solid #dee2e6; } \ No newline at end of file