Fix responsive css
This commit is contained in:
parent
9cff77555f
commit
d8d6b6f01f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-dropdown",
|
"name": "@tp/tp-dropdown",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-dropdown.js",
|
"main": "tp-dropdown.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -214,7 +214,6 @@ class TpDropdown extends BaseElement {
|
|||||||
|
|
||||||
:host(:not([not-responsive])) #itemList {
|
:host(:not([not-responsive])) #itemList {
|
||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(:not([not-responsive])) #filter {
|
:host(:not([not-responsive])) #filter {
|
||||||
|
Loading…
Reference in New Issue
Block a user