Spaces:
Building
Building
Update static/style.css
Browse files- 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 |
+
}
|