Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit b8e0fdb

Browse files
Merge pull request #244 from codewizardshq/fix-vote-card
fix height of vote cards
2 parents 02ffb28 + 1d4e4d8 commit b8e0fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/ballot-card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ballot-gray: #ddd;
2222
.ballot-card {
2323
margin: 25px;
2424
width: 200px;
25-
height: 320px;
25+
min-height: 320px;
2626
background-color: #fff !important;
2727

2828
border: solid 2px $ballot-gray !important;

0 commit comments

Comments
 (0)