@linzjs/step-ag-grid 13.5.0 → 13.5.1
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/index.css +2 -1
- package/package.json +1 -1
- package/src/styles/Grid.scss +2 -1
package/dist/index.css
CHANGED
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
display: flex;
|
|
344
344
|
align-items: center;
|
|
345
345
|
flex-direction: row;
|
|
346
|
-
padding:
|
|
346
|
+
padding: 12px;
|
|
347
347
|
background-color: #f9f9f9;
|
|
348
348
|
border-bottom: 1px solid #beb9b4;
|
|
349
349
|
border-top: 2px solid #eaeaea;
|
|
@@ -364,6 +364,7 @@
|
|
|
364
364
|
.GridFilterQuick-input {
|
|
365
365
|
width: 100%;
|
|
366
366
|
height: 40px;
|
|
367
|
+
min-height: 40px;
|
|
367
368
|
border: 0.06rem solid #beb9b4;
|
|
368
369
|
border-radius: 3px;
|
|
369
370
|
padding-left: 0.75rem;
|
package/package.json
CHANGED
package/src/styles/Grid.scss
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
display: flex;
|
|
32
32
|
align-items: center;
|
|
33
33
|
flex-direction: row;
|
|
34
|
-
padding:
|
|
34
|
+
padding: 12px;
|
|
35
35
|
background-color: colors.$hint;
|
|
36
36
|
border-bottom: 1px solid colors.$silver;
|
|
37
37
|
border-top: 2px solid colors.$lily;
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
.GridFilterQuick-input {
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 40px;
|
|
62
|
+
min-height: 40px;
|
|
62
63
|
border: 0.06rem solid colors.$silver;
|
|
63
64
|
border-radius: 3px;
|
|
64
65
|
padding-left: 0.75rem;
|