Skip to content

Commit

Permalink
Release v4.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
attemka authored Nov 21, 2023
2 parents 484cb8e + 0079d75 commit c99fb28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.13.4] - 2023-11-21

### Fixed

- Fixed incorrect width of warning banner

## [4.13.3] - 2023-11-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/atlas",
"description": "UI for consuming Joystream - a user governed video platform",
"version": "4.13.3",
"version": "4.13.4",
"license": "GPL-3.0",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/src/components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const Banner: FC<BannerProps> = ({
</ActionButton>
)}
</FlexBox>
<FlexBox flow="row" justifyContent="end" alignItems="center">
<FlexBox width="auto" flow="row" justifyContent="end" alignItems="center">
{actionButton && rightActionButton && smMatch && (
<ActionButton variant="primary" rightActionButton _textOnly {...actionButton}>
{actionButton.text}
Expand Down

0 comments on commit c99fb28

Please sign in to comment.