Sfoglia il codice sorgente

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

Owen Diffey 2 anni fa
parent
commit
fe5efa1a2a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 		max-width: 100%;
 		background-color: var(--white);