Explorar el Código

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

Owen Diffey hace 2 años
padre
commit
fe5efa1a2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);