Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 38a95dd

Browse files
authored
Merge pull request #2436 from atom/dialog-css-fixes
Give dialog text editors room to expand
2 parents 6caccd1 + 4dc282b commit 38a95dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

styles/dialog.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
flex-direction: row;
148148
justify-content: flex-start;
149149
align-items: center;
150+
width: 100%;
150151

151152
&-owner {
152153
flex: 1;
@@ -253,6 +254,7 @@
253254
label {
254255
display: flex;
255256
align-items: center;
257+
width: 100%;
256258

257259
.github-AtomTextEditor-container {
258260
flex: 1;

0 commit comments

Comments
 (0)