Skip to content

Commit

Permalink
fix: Width
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed May 8, 2023
1 parent 057acd3 commit 1eca370
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ export default function V3FormView({
.map(([quickAction, zoomLevel]) => {
return (
<Button
width="100%"
style={{ flexBasis: '20%', padding: 0 }}
key={`quickActions${quickAction}`}
onClick={() => {
if (+quickAction === activeQuickAction) {
Expand All @@ -621,7 +621,7 @@ export default function V3FormView({
)
})}
<Button
width="200%"
style={{ flexBasis: '40%', padding: 0 }}
onClick={() => {
if (activeQuickAction === 100) {
handleRefresh()
Expand Down

0 comments on commit 1eca370

Please sign in to comment.