@gravitee/ui-components 3.24.4-migrate-codemirror-6261802 → 3.24.4-migrate-codemirror-6019848

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-components",
3
- "version": "3.24.4-migrate-codemirror-6261802",
3
+ "version": "3.24.4-migrate-codemirror-6019848",
4
4
  "description": "Gravitee.io UI Components library, based on Web Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -315,6 +315,21 @@ export class GvCode extends GvInput {
315
315
  border-radius: 3px;
316
316
  }
317
317
 
318
+ .code .cm-content,
319
+ .code .cm-gutters {
320
+ height: var(--input-medium--h);
321
+ }
322
+
323
+ .large .code .cm-content,
324
+ .large .code .cm-gutters {
325
+ height: var(--input-large--h);
326
+ }
327
+
328
+ .small .code .cm-content,
329
+ .small .code .cm-gutters {
330
+ height: var(--input-small--h);
331
+ }
332
+
318
333
  /** Override Codemirror theme */
319
334
  .input .cm-gutters {
320
335
  display: none;