Fix Desktop Chips: !important overrides für flex + grid-template-columns unset
Das grid blieb wegen Spezifität aktiv. Explizite !important auf display:flex, flex-wrap:nowrap, grid-template-columns:unset erzwingen die Eine-Zeile-Darstellung. components.css ?v=1008, SW by-v1009, APP_VER 1009
This commit is contained in:
parent
9168d982d0
commit
6721597779
5 changed files with 16 additions and 15 deletions
|
|
@ -103,7 +103,7 @@
|
|||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||
<link rel="stylesheet" href="/css/design-system.css?v=907">
|
||||
<link rel="stylesheet" href="/css/layout.css?v=973">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1007">
|
||||
<link rel="stylesheet" href="/css/components.css?v=1008">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue