2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-11-10 18:45:08 -05:00

Make all printer cards the same height

This commit is contained in:
Adam Goldsmith 2021-11-04 23:29:27 -04:00
parent 787ec126c5
commit 5b53c9b7e1

View File

@ -1,5 +1,5 @@
<template>
<div class="card">
<div class="card h-100">
<h3 class="card-header" :data-color="color">
{{ name || 'Unknown' }}
</h3>