Skip to content
Snippets Groups Projects
Commit d6240c25 authored by HJ's avatar HJ :fire:
Browse files

small fix

parent 17f30190
Branches
Tags
No related merge requests found
......@@ -73,12 +73,14 @@
border-radius: var(--panelRadius, $fallback--panelRadius);
border-style: solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
border-color: var(--border, $fallback--border);
border-width: 1px;
overflow: hidden;
.panel-heading {
background: transparent;
flex-direction: column;
align-items: stretch;
}
p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment