From 2936e2efee3c26a05b5bb9f20c27f789bc34fcc7 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Tue, 26 Jul 2022 14:49:58 +0300 Subject: [PATCH] Align quote timestamp to right --- src/components/quote_card/quote_card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/quote_card/quote_card.vue b/src/components/quote_card/quote_card.vue index 7f114938..8cd7eb23 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -18,7 +18,7 @@ .quote-card { display: flex; - flex-direction: row; + flex-direction: column; cursor: pointer; overflow: hidden; margin-top: 0.5em;