Explorar el Código

Add overflow: hidden;

sbkwgh hace 7 años
padre
commit
9473473d61
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frontend/src/components/routes/Search.vue

+ 1 - 0
frontend/src/components/routes/Search.vue

@@ -144,6 +144,7 @@
 			margin-bottom: 1rem;
 			border: thin solid $color__gray--darker;
 			transition: box-shadow 0.2s;
+			overflow: hidden;
 
 			&:hover {
 				@extend .shadow_border--hover;