Browse Source

fix(Profle): LESS /deep/ in wrong position

Owen Diffey 2 years ago
parent
commit
fe5efa1a2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/pages/Profile/index.vue

+ 1 - 1
frontend/src/pages/Profile/index.vue

@@ -412,7 +412,7 @@ export default {
 		}
 		}
 	}
 	}
 
 
-	.content /deep/ {
+	/deep/ .content {
 		width: 800px;
 		width: 800px;
 		max-width: 100%;
 		max-width: 100%;
 		background-color: var(--white);
 		background-color: var(--white);