@wwtdev/bsds-css 3.0.5 → 3.0.7
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.
|
@@ -4022,11 +4022,6 @@ label:where(.bs-label) {
|
|
|
4022
4022
|
position: relative;
|
|
4023
4023
|
text-decoration: none;
|
|
4024
4024
|
}
|
|
4025
|
-
.bs-pill-content {
|
|
4026
|
-
display: inline-flex;
|
|
4027
|
-
align-items: center;
|
|
4028
|
-
gap: var(--pill-gap);
|
|
4029
|
-
}
|
|
4030
4025
|
.bs-pill :where(.bs-icon) {
|
|
4031
4026
|
height: 0.75rem;
|
|
4032
4027
|
width: 0.75rem;
|
|
@@ -4036,10 +4031,11 @@ label:where(.bs-label) {
|
|
|
4036
4031
|
.bs-pill:has([data-truncate="true"]) {
|
|
4037
4032
|
max-width: 100%;
|
|
4038
4033
|
}
|
|
4039
|
-
.bs-pill
|
|
4040
|
-
|
|
4034
|
+
.bs-pill > :where([data-truncate="true"]) {
|
|
4035
|
+
display: inline-block;
|
|
4041
4036
|
overflow: hidden;
|
|
4042
4037
|
text-overflow: ellipsis;
|
|
4038
|
+
white-space: nowrap;
|
|
4043
4039
|
}
|
|
4044
4040
|
/* ------------------------------ Button and Link Styles ------------------------------ */
|
|
4045
4041
|
:is(a, button).bs-pill {
|