2
0
Эх сурвалжийг харах

:art: guide width can not fix

visuddhinanda 5 жил өмнө
parent
commit
4ae8f32048

+ 4 - 2
app/guide/guide.css

@@ -1,8 +1,10 @@
 guide{
 guide{
     position: relative;
     position: relative;
     display:inline-block;
     display:inline-block;
-    width:14px;
-    height:14px;
+    width: auto;
+    min-width: 14px;
+    height: auto;
+    min-height: 14px;
     cursor: pointer;
     cursor: pointer;
     background: url(guide_icon.svg);
     background: url(guide_icon.svg);
     background-repeat: no-repeat;
     background-repeat: no-repeat;