Browse Source

fix: small regression after the hash removal/anchor replacement

Kristian Vos 3 years ago
parent
commit
c925f3569b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/pages/Admin/tabs/Reports.vue

+ 1 - 1
frontend/src/pages/Admin/tabs/Reports.vue

@@ -195,7 +195,7 @@ export default {
 }
 
 #options-column {
-	a:not(:last-of-type) {
+	button:not(:last-of-type) {
 		margin-right: 5px;
 	}
 }