Use small table

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-10-04 14:34:55 +09:00
parent 9e9a0f352f
commit e5f07f8878
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -30,7 +30,7 @@
%b-card{"header" => t('terms.installed_plugins'),
"header-tags" => "h4"}
- if @plugins.present?
%table{class: "table table-hover", id: "plugins-table"}
%table{class: "table table-hover table-sm", id: "plugins-table"}
%thead
%tr
%th= t('plugins.common.name')