瀏覽代碼

fix(Admin/Users): Profile picture initials font size not being overwritten

Owen Diffey 2 年之前
父節點
當前提交
85004a80bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/pages/Admin/Users/index.vue

+ 1 - 1
frontend/src/pages/Admin/Users/index.vue

@@ -318,6 +318,6 @@ onMounted(() => {
 }
 
 :deep(.profile-picture.using-initials span) {
-	font-size: 20px; // 2/5th of .profile-picture height/width
+	font-size: 20px !important; // 2/5th of .profile-picture height/width
 }
 </style>