jin-nin commited on
Commit
9a0a3e5
1 Parent(s): 4d32d31

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -61,7 +61,12 @@ footer {
61
  margin: .75rem !important;
62
  }
63
 
 
 
 
 
64
  #paints > * > .border {
65
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
66
  border-radius: 2px !important;
 
67
  }
 
61
  margin: .75rem !important;
62
  }
63
 
64
+ #paints > * > .text-gray-500 {
65
+ display: none !important;
66
+ }
67
+
68
  #paints > * > .border {
69
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
70
  border-radius: 2px !important;
71
+ overflow: hidden !important;
72
  }