@elliemae/ds-basic 2.0.0-alpha.6 → 2.0.0-alpha.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.
- package/css/dimsum.css +8 -0
- package/css/dimsum.min.css +2 -2
- package/css/dimsum.min.css.map +1 -1
- package/package.json +52 -52
package/css/dimsum.css
CHANGED
|
@@ -2883,6 +2883,7 @@ fieldset.em-ds-form-item-content {
|
|
|
2883
2883
|
text-overflow: ellipsis; }
|
|
2884
2884
|
|
|
2885
2885
|
.em-ds-form-item--fit-content {
|
|
2886
|
+
width: -webkit-fit-content;
|
|
2886
2887
|
width: -moz-fit-content;
|
|
2887
2888
|
width: fit-content; }
|
|
2888
2889
|
|
|
@@ -4001,6 +4002,7 @@ fieldset.em-ds-form-item-content {
|
|
|
4001
4002
|
padding-left: 1.84615rem; }
|
|
4002
4003
|
|
|
4003
4004
|
.em-ds-form-element-radio {
|
|
4005
|
+
width: -webkit-fit-content;
|
|
4004
4006
|
width: -moz-fit-content;
|
|
4005
4007
|
width: fit-content;
|
|
4006
4008
|
padding-bottom: 1.23077rem; }
|
|
@@ -4503,6 +4505,7 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4503
4505
|
top: -0.07692rem;
|
|
4504
4506
|
left: -0.67692rem;
|
|
4505
4507
|
width: 100%;
|
|
4508
|
+
height: -webkit-fit-content;
|
|
4506
4509
|
height: -moz-fit-content;
|
|
4507
4510
|
height: fit-content;
|
|
4508
4511
|
font-size: 1.8461rem;
|
|
@@ -7369,6 +7372,7 @@ div.em-ds-button {
|
|
|
7369
7372
|
.em-ds-labelValueGroup__wrapper {
|
|
7370
7373
|
display: flex;
|
|
7371
7374
|
flex-direction: column;
|
|
7375
|
+
width: -webkit-fit-content;
|
|
7372
7376
|
width: -moz-fit-content;
|
|
7373
7377
|
width: fit-content;
|
|
7374
7378
|
max-width: 100%; }
|
|
@@ -8741,6 +8745,7 @@ div.em-ds-button {
|
|
|
8741
8745
|
display: flex;
|
|
8742
8746
|
flex-direction: column;
|
|
8743
8747
|
justify-content: center;
|
|
8748
|
+
width: -webkit-fit-content;
|
|
8744
8749
|
width: -moz-fit-content;
|
|
8745
8750
|
width: fit-content;
|
|
8746
8751
|
margin: 0; }
|
|
@@ -11382,6 +11387,7 @@ body > .em-ds-tree-item {
|
|
|
11382
11387
|
flex-direction: column;
|
|
11383
11388
|
border: none;
|
|
11384
11389
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
|
|
11390
|
+
width: -webkit-fit-content;
|
|
11385
11391
|
width: -moz-fit-content;
|
|
11386
11392
|
width: fit-content; }
|
|
11387
11393
|
.em-ds-single-date__wrapper > * > .DayPicker {
|
|
@@ -11390,6 +11396,7 @@ body > .em-ds-tree-item {
|
|
|
11390
11396
|
.em-ds-date-range-picker__header {
|
|
11391
11397
|
display: flex;
|
|
11392
11398
|
justify-content: center;
|
|
11399
|
+
width: -webkit-fit-content;
|
|
11393
11400
|
width: -moz-fit-content;
|
|
11394
11401
|
width: fit-content;
|
|
11395
11402
|
flex-grow: 1;
|
|
@@ -12688,6 +12695,7 @@ body > .em-ds-tree-item {
|
|
|
12688
12695
|
float: left;
|
|
12689
12696
|
height: 24px;
|
|
12690
12697
|
padding: 3px 5px;
|
|
12698
|
+
width: -webkit-fit-content;
|
|
12691
12699
|
width: -moz-fit-content;
|
|
12692
12700
|
width: fit-content; }
|
|
12693
12701
|
.ql-snow.ql-toolbar button:hover,
|