forked from AxisCommunications/backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow max height to be overridden for readme plugin (AxisCommun…
…ications#111) * feat(readme): allow to override max height of the readme box Signed-off-by: Katlinsky, Ilya <[email protected]> * feat(changeset): added changeset to describe what was done Signed-off-by: Katlinsky, Ilya <[email protected]> * chore(style): removed redundant empty line Signed-off-by: Katlinsky, Ilya <[email protected]> * chore(style, api): update styling and generate api report Signed-off-by: Katlinsky, Ilya <[email protected]> * chore: removed maxHeight prop, use maxHeght as none when fullHeight variant is used Signed-off-by: Katlinsky, Ilya <[email protected]> --------- Signed-off-by: Katlinsky, Ilya <[email protected]> Co-authored-by: Katlinsky, Ilya <[email protected]>
- Loading branch information
1 parent
9456530
commit 603304b
Showing
3 changed files
with
12 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@axis-backstage/plugin-readme': minor | ||
--- | ||
|
||
Updated the max height in case of variant `fullHeight` to be `none` by default. That is needed to really occupy the full height of the container. |
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