diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 921412c..0f30362 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1,10 +1,10 @@ table { + // mainly for /misc/information page td { word-wrap: break-word; word-break: break-all; } td:first-child { - // mainly for /misc/information page white-space: nowrap; } } @@ -16,3 +16,9 @@ table { font-weight: bold; } } + + +// visualize clickable area +label { + cursor: pointer; +}