Skip to content

Commit fe31bbc

Browse files
committed
Editor: Fixed horizontal overflow css issue.
1 parent 7d49185 commit fe31bbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

editor/css/main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ textarea, input { outline: none; } /* osx */
6767
position: relative;
6868
display: block;
6969
width: 100%;
70+
min-width: 260px;
7071
}
7172

7273
.TabbedPanel .Tabs {
7374
position: relative;
7475
display: block;
7576
width: 100%;
76-
min-width: 300px;
7777
}
7878

7979
.TabbedPanel .Tabs .Tab {
@@ -85,8 +85,6 @@ textarea, input { outline: none; } /* osx */
8585
position: relative;
8686
display: block;
8787
width: 100%;
88-
height: 100%;
89-
min-width: 300px;
9088
}
9189

9290
/* Listbox */

0 commit comments

Comments
 (0)