Skip to content

Commit 7f54ada

Browse files
committed
Fix alignment of new sandboxes
1 parent 60fb8f9 commit 7f54ada

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/Modal/Template

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/Modal/Template/elements.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import styled, { css } from 'styled-components';
33
export const Button = styled.button`
44
transition: 0.3s ease all;
55
display: inline-block;
6+
text-align: left;
67
padding: 1em;
78
color: white;
89
border: 2px solid rgba(0, 0, 0, 0.3);

0 commit comments

Comments
 (0)