mirror of
https://github.com/balena-io/etcher.git
synced 2025-11-08 01:48:32 +00:00
Fix layout when the featured project is not showing
Changelog-entry: Fix layout when the featured project is not showing Change-type: patch
This commit is contained in:
@@ -23,7 +23,7 @@ import { StepButton } from '../../styled-components';
|
||||
|
||||
const FlashProgressBar = styled(ProgressBar)`
|
||||
> div {
|
||||
width: 220px;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
color: white !important;
|
||||
text-shadow: none !important;
|
||||
@@ -33,7 +33,7 @@ const FlashProgressBar = styled(ProgressBar)`
|
||||
}
|
||||
}
|
||||
|
||||
width: 220px;
|
||||
width: 100%;
|
||||
height: 12px;
|
||||
margin-bottom: 6px;
|
||||
border-radius: 14px;
|
||||
|
||||
Reference in New Issue
Block a user