diff options
Diffstat (limited to 'src/components/CollapsibleSectionHeader.module.css')
| -rw-r--r-- | src/components/CollapsibleSectionHeader.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/CollapsibleSectionHeader.module.css b/src/components/CollapsibleSectionHeader.module.css index de24eec..854a0c6 100644 --- a/src/components/CollapsibleSectionHeader.module.css +++ b/src/components/CollapsibleSectionHeader.module.css @@ -16,6 +16,10 @@ } } +.btn { + margin-left: 5px; +} + /* TODO duplicate with connQty in Connections.module.css */ .qty { font-family: var(--font-normal); |
