Fix Notifications panel is overflooded if too many notifications

Bump version
This commit is contained in:
Luc
2024-04-09 18:23:35 +08:00
parent 1794682a6d
commit fccdb440ac
2 changed files with 1 additions and 3 deletions

View File

@@ -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 = () => (
<span>
{webUIversion}.{webUIbuild}

View File

@@ -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;