From 5074279bc556b53b7277d5050fe2b9244c03f840 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Tue, 13 Oct 2020 14:02:57 -0700 Subject: [PATCH] flex: 0 0 auto; --- src/static/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/main.css b/src/static/main.css index 582046edd..93e79fcc0 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -140,6 +140,7 @@ hr { } .octo-controls { + flex: 0 0 auto; display: flex; flex-direction: row; @@ -205,6 +206,7 @@ hr { } .octo-board-card { + flex: 0 0 auto; position: relative; display: flex; flex-direction: column; @@ -439,6 +441,7 @@ hr { } .octo-icontitle { + flex: 0 0 auto; display: flex; flex-direction: row; align-items: center; @@ -451,6 +454,7 @@ hr { } .octo-board-card > .octo-icontitle { + flex: 1 1 auto; font-weight: 500; } @@ -617,6 +621,7 @@ hr { } .octo-table-cell { + flex: 0 0 auto; display: flex; flex-direction: row;