diff --git a/src/views/feature/Feature_list.vue b/src/views/feature/Feature_list.vue index 8398478be17293c869c652cd1c2f43e86a1ff235..94ec8ef1f7fd63982e69c4687365eaa2441700dd 100644 --- a/src/views/feature/Feature_list.vue +++ b/src/views/feature/Feature_list.vue @@ -751,7 +751,7 @@ export default { @media screen and (min-width: 767px) { .twelve-wide { - width: 75%; + width: 75% !important; } } @media screen and (max-width: 767px) { @@ -912,6 +912,17 @@ and also iPads specifically. .center { text-align: right !important; } + + #table-features { + margin-left: 1em; + width: calc(100% - 1em); + } + + .ui.checkbox { + position: absolute; + left: -1.75em; + top: 5em; + } } </style>