@dataloop-ai/components 0.13.12 → 0.13.13
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/package.json
CHANGED
|
@@ -170,9 +170,8 @@ export default defineComponent({
|
|
|
170
170
|
|
|
171
171
|
&--fullscreen {
|
|
172
172
|
margin: 0;
|
|
173
|
-
width: 100vw;
|
|
174
|
-
height: 100vh;
|
|
175
|
-
max-width: 100vw !important;
|
|
173
|
+
width: 100vw !important;
|
|
174
|
+
height: 100vh !important;
|
|
176
175
|
border-radius: 0px;
|
|
177
176
|
}
|
|
178
177
|
&--right {
|
|
@@ -196,7 +195,7 @@ export default defineComponent({
|
|
|
196
195
|
overflow: auto;
|
|
197
196
|
|
|
198
197
|
&--fullscreen {
|
|
199
|
-
flex-grow: 1;
|
|
198
|
+
flex-grow: 1 !important;
|
|
200
199
|
}
|
|
201
200
|
}
|
|
202
201
|
|