Adjust default dropdown width

To avoid text of exporter descriptions overflowing on Firefox.

We need a better solution. On Chrome, nested popups resize to fit their
content, without being constrained by the parent width.
This commit is contained in:
Jermolene 2014-11-27 23:03:26 +00:00
parent 38ca847ec9
commit 521e7f9b62
1 changed files with 3 additions and 3 deletions

View File

@ -660,7 +660,7 @@ button.tc-untagged-label {
font-size: 1em;
}
.tc-tiddler-controls button {
.tc-tiddler-controls > span > button {
vertical-align: baseline;
margin-left:5px;
}
@ -917,7 +917,7 @@ canvas.tc-edit-bitmapeditor {
}
.tc-drop-down {
min-width: 280px;
min-width: 380px;
border: 1px solid <<colour dropdown-border>>;
background-color: <<colour dropdown-background>>;
padding: 7px 0 7px 0;
@ -1004,7 +1004,7 @@ canvas.tc-edit-bitmapeditor {
.tc-block-dropdown {
position: absolute;
min-width: 280px;
min-width: 220px;
border: 1px solid <<colour dropdown-border>>;
background-color: <<colour dropdown-background>>;
padding: 7px 0;