Skip to content

Commit 32ea6a9

Browse files
committed
frontend: add margin to cards in the charger-list so we have some space to the app header.
1 parent bee240a commit 32ea6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/charger_list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class ChargerListComponent extends Component<{}, ChargerListComponentStat
166166
create_card(charger: StateCharger) {
167167
const {t} = useTranslation("", {useSuspense: false, keyPrefix: "chargers"});
168168
return <>
169-
<Card className="mb-2">
169+
<Card className="my-2">
170170
<Card.Header onClick={async () => {
171171
if (!this.connection_possible(charger)) {
172172
return;

0 commit comments

Comments
 (0)