Prevent text wrap in selector.

This commit is contained in:
2026-05-16 12:39:39 +02:00
parent 1319b57592
commit 9ac3373d33
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tp/tp-dropdown",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "tp-dropdown.js",
"scripts": {
+1
View File
@@ -53,6 +53,7 @@ export class TpDropdown extends BaseElement {
align-items: center;
border: solid 1px #9E9E9E;
border-radius: 2px;
white-space: nowrap;
}
:host([invalid]) .selector {