dlegr250_material_design 0.4.87 → 0.4.88
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 141fadb6bd5524fc507314bab3837d92a08f4ede
|
4
|
+
data.tar.gz: c914e6ecb1ec9a63b85c1841192511764c1eca22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01677eca3a754598d84d17397521fedee47492d123bbce8a495defe36ddec07b1036d98e3eba4c27c07d1856975af57a632c8e43e56c2764927f0327384342fb
|
7
|
+
data.tar.gz: f801a0dd4e429817af9bc3a1fdd8a5b5e1faa7f51e95bbcee8043e339cd31bb8af10aab6cd736dd672eaf3c1e8ca8263de753341b0aafe0e85effedd2582a1a4
|
@@ -132,7 +132,7 @@
|
|
132
132
|
max-height: calc(100vh - #{$appbar-height}); // For dialog-header
|
133
133
|
overflow: scroll;
|
134
134
|
padding: $spacing-normal;
|
135
|
-
@include force-text-wrap()
|
135
|
+
// @include force-text-wrap();
|
136
136
|
}
|
137
137
|
|
138
138
|
@media (min-width: $small-width) {
|
@@ -146,6 +146,7 @@
|
|
146
146
|
|
147
147
|
.dialog-actions {
|
148
148
|
height: $appbar-height;
|
149
|
+
line-height: $appbar-height;
|
149
150
|
padding: 0 $spacing-normal;
|
150
151
|
// @include flex-parent-row();
|
151
152
|
}
|