ciyidogan commited on
Commit
9e4000f
·
verified ·
1 Parent(s): d322d5b

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +5 -0
static/style.css CHANGED
@@ -52,3 +52,8 @@ table th:hover {
52
  max-height: 400px;
53
  overflow-y: auto;
54
  }
 
 
 
 
 
 
52
  max-height: 400px;
53
  overflow-y: auto;
54
  }
55
+
56
+ /* intent list buttons spacing */
57
+ #projectDetails li button {
58
+ margin-left: 8px;
59
+ }