Set flex-shrink to 0 by default

This commit is contained in:
2026-05-17 11:16:31 +02:00
parent 4198b95ef6
commit 06d0a2baa5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/**
@license
Copyright (c) 2022 trading_peter
Copyright (c) 2026 trading_peter
This program is available under Apache License Version 2.0
*/
@@ -20,6 +20,7 @@ class TpIcon extends Tooltip(LitElement) {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
flex-shrink: 0;
}
.wrap {