From 202e8037bddcb4581d11f4cbee92248d7c96f20c Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Tue, 15 Oct 2019 14:25:27 +0530 Subject: [PATCH] SDA-1510: add sda title bar class --- src/renderer/styles/title-bar.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/renderer/styles/title-bar.less b/src/renderer/styles/title-bar.less index a6a619de..81288141 100644 --- a/src/renderer/styles/title-bar.less +++ b/src/renderer/styles/title-bar.less @@ -111,3 +111,8 @@ z-index: 3000; bottom: 0; } + +.sda-title-bar { + display: flex; + flex-direction: row; +}