Browse Source

Make actions column wider

sbkwgh 7 years ago
parent
commit
ebbf8da072
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/src/components/routes/AdminModerationReports.vue

+ 2 - 2
frontend/src/components/routes/AdminModerationReports.vue

@@ -219,7 +219,7 @@
 			}
 
 			@at-root #{&}__post {
-				width: 40%;
+				width: 35%;
 
 				@at-root #{&}__header {
 					display: flex;
@@ -252,7 +252,7 @@
 				}
 			}
 			@at-root #{&}__actions {
-				width: 25%;
+				width: 30%;
 				display: flex;
 				align-items: center;