diff --git a/src/admin/components/lists/activities-list.vue b/src/admin/components/lists/activities-list.vue index c12cc9b15..5db70b088 100644 --- a/src/admin/components/lists/activities-list.vue +++ b/src/admin/components/lists/activities-list.vue @@ -78,21 +78,6 @@ :other-prop="activity" :parent="getThis()" :events="stateEvents"/> - - - - - - - - - - - - - - - .radio-wrapper { display: flex; + border: solid 0.5px lightgray; + border-radius: 50px; + height: 20.49px; + width: 57.5px; + justify-content: center; label.is-small { - height: 19px !important; + height: 18px !important; + border: none; + border-radius: 50px !important; + width: 18px; + padding: 0 !important; } }