mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-02-20 01:11:21 +01:00
Fix Notifications panel is overflooded if too many notifications
Bump version
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user