Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -229,7 +229,7 @@
|
|
| 229 |
display: flex; flex-direction: column; overflow: hidden;
|
| 230 |
}
|
| 231 |
.panel-header {
|
| 232 |
-
padding:
|
| 233 |
display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
|
| 234 |
}
|
| 235 |
.panel-title {
|
|
|
|
| 229 |
display: flex; flex-direction: column; overflow: hidden;
|
| 230 |
}
|
| 231 |
.panel-header {
|
| 232 |
+
padding: 7px 16px 7px; border-bottom: 1px solid var(--border);
|
| 233 |
display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
|
| 234 |
}
|
| 235 |
.panel-title {
|