From 1201418becf67ac98191d8b3f61c2016a85aef7c 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 64f8b6a9..061e83bc 100644 --- a/src/components/quote_card/quote_card.vue +++ b/src/components/quote_card/quote_card.vue @@ -20,7 +20,7 @@ .quote-card { display: flex; - flex-direction: row; + flex-direction: column; cursor: pointer; overflow: hidden; margin-top: 0.5em;