From 08536e7e0a8995c0a94c363f6c230ec422c4671b Mon Sep 17 00:00:00 2001 From: haraldox Date: Tue, 20 Feb 2018 16:10:00 +0100 Subject: fix CSS conflicts override `reset.scss` with `title-bar.scss` --- src/styles/title-bar.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/styles/title-bar.scss (limited to 'src/styles/title-bar.scss') diff --git a/src/styles/title-bar.scss b/src/styles/title-bar.scss new file mode 100644 index 000000000..67bf97008 --- /dev/null +++ b/src/styles/title-bar.scss @@ -0,0 +1,7 @@ +#electron-app-title-bar span { + line-height: normal; +} + +#electron-app-title-bar div { + height: auto; +} -- cgit v1.2.3-54-g00ecf