Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 39c07bf

Browse files
authored
Merge pull request #1347 from WesCossick/patch-1
Improve composition on small screens
2 parents 0166506 + b179607 commit 39c07bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/Styles/Compose.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
padding: 10px;
8686
background-color: #eee;
8787
color: #333;
88+
overflow:scroll;
8889

8990
.e-identity {
9091

@@ -110,8 +111,8 @@
110111
.e-label {
111112
text-align: right;
112113
width: 1%;
113-
min-width: 70px;
114-
padding: 6px 10px;
114+
min-width: 50px;
115+
padding: 6px 10px 6px 0px;
115116

116117
html.rl-modal {
117118
min-width: 50px;
@@ -210,4 +211,4 @@
210211
background-color: #fff;
211212
}
212213
}
213-
}
214+
}

0 commit comments

Comments
 (0)