Skip to content

Commit 2e54794

Browse files
committed
flex-basis for editor
1 parent bc6c14b commit 2e54794

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Diff for: style/index.css

+2
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ input.dark {
377377

378378
.content {
379379
max-width: 65ch;
380+
display: flex;
380381
}
381382

382383
.gap {
@@ -550,6 +551,7 @@ a.content-link i {
550551

551552
.editor {
552553
min-height: 200px;
554+
flex-basis: 100%;
553555
}
554556

555557
ol.dice-rolls li {

Diff for: style/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: style/scss/components/_sheet.scss

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111

1212
.editor{
1313
min-height: 200px;
14+
flex-basis: 100%;
1415
}

Diff for: style/scss/layout/_base_layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149

150150
.content{
151151
max-width: 65ch;
152+
display: flex;
152153
}
153154

154155
.gap{

0 commit comments

Comments
 (0)