@wwtdev/bsds-css 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/wwt-bsds.css
CHANGED
|
@@ -5461,11 +5461,6 @@ label:where(.bs-label) {
|
|
|
5461
5461
|
position: relative;
|
|
5462
5462
|
text-decoration: none;
|
|
5463
5463
|
}
|
|
5464
|
-
.bs-pill-content {
|
|
5465
|
-
display: inline-flex;
|
|
5466
|
-
align-items: center;
|
|
5467
|
-
gap: var(--pill-gap);
|
|
5468
|
-
}
|
|
5469
5464
|
.bs-pill :where(.bs-icon) {
|
|
5470
5465
|
height: 0.75rem;
|
|
5471
5466
|
width: 0.75rem;
|
|
@@ -5475,10 +5470,11 @@ label:where(.bs-label) {
|
|
|
5475
5470
|
.bs-pill:has([data-truncate="true"]) {
|
|
5476
5471
|
max-width: 100%;
|
|
5477
5472
|
}
|
|
5478
|
-
.bs-pill
|
|
5479
|
-
|
|
5473
|
+
.bs-pill > :where([data-truncate="true"]) {
|
|
5474
|
+
display: inline-block;
|
|
5480
5475
|
overflow: hidden;
|
|
5481
5476
|
text-overflow: ellipsis;
|
|
5477
|
+
white-space: nowrap;
|
|
5482
5478
|
}
|
|
5483
5479
|
/* ------------------------------ Button and Link Styles ------------------------------ */
|
|
5484
5480
|
:is(a, button).bs-pill {
|