This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metadata): Metadata configuration UI
* fix: Removed curly brackets for string literal attributes * fix: Prevent resizing * fix: Fixed cursor key behavior in property value input
- Loading branch information
1 parent
5a9ac43
commit 72524de
Showing
5 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
.metadataEditorModal { | ||
--pf-c-modal-box--ZIndex: 500; | ||
--pf-c-modal-box--Height: 90vh; | ||
--pf-c-modal-box--Width: 90vw; | ||
--pf-c-modal-box__body--MinHeight: 90vh; | ||
--pf-c-modal-box__body--MaxHeight: 90vh; | ||
--pf-c-modal-box__body--MinWidth: 90vw; | ||
--pf-c-modal-box__body--MaxWidth: 90vw; | ||
height: 90vh; | ||
width: 90vw; | ||
} | ||
|
||
.metadataEditorModalListView { | ||
width: 50vw; | ||
} | ||
|
||
.metadataEditorModalDetailsView { | ||
width: 50vw; | ||
} | ||
|
||
.tableButtonColumn { | ||
--pf-c-table--cell--Width: 20px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters