Procházet zdrojové kódy

fix: small regression after the hash removal/anchor replacement

Kristian Vos před 3 roky
rodič
revize
c925f3569b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 	}
 }