From fccdb440ac96979c2f429ded99f4f49d9cd58ac9 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:23:35 +0800 Subject: [PATCH] Fix Notifications panel is overflooded if too many notifications Bump version --- src/components/App/version.js | 2 +- src/style/components/_control.scss | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/App/version.js b/src/components/App/version.js index 36c01f22..1cd09ef9 100644 --- a/src/components/App/version.js +++ b/src/components/App/version.js @@ -17,7 +17,7 @@ */ import { h } from 'preact' import { webUIbuild } from '../../targets' -export const webUIversion = '3.0.0-a54' +export const webUIversion = '3.0.0-a55' export const Esp3dVersion = () => ( {webUIversion}.{webUIbuild} diff --git a/src/style/components/_control.scss b/src/style/components/_control.scss index 4d766831..d0710e55 100644 --- a/src/style/components/_control.scss +++ b/src/style/components/_control.scss @@ -378,8 +378,6 @@ a label { } .notification-line { - overflow-x: hidden; - line-height: 24px !important; padding-top: 4px !important; padding-left: 4px; padding-right: 4px;