Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #4506

Merged
merged 2 commits into from Sep 8, 2023

Commits on Sep 7, 2023

  1. feat(NcEmptyContent)!: make content centered without top margin

    BREAKING CHANGE: there is no longer `margin-top: 20vh`.
    You should ajust position by setting container height of using flex container.
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f969cab View commit details
    Browse the repository at this point in the history
  2. fix: adjust styles with new NcEmptyContent styles

    - Remove unnecessary margin:0 styles
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a485280 View commit details
    Browse the repository at this point in the history