Skip to content

Commit 82143c2

Browse files
committed
Do not set fixed width for thread selector dropdown box
There were cases that the fixed width for this box would cause the thread selector to explode outside of the email header table in the thread viewer. We should keep the select dropdown itself to the width of the overall list of email addresses in the chain.
1 parent 6b70cbb commit 82143c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

django/media/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,11 @@ input[type=checkbox] {
700700
margin: 2px;
701701
}
702702

703+
/* For the thread viewer, keep the width inline with the parent element */
704+
#thread_select.custom-select {
705+
width: auto;
706+
}
707+
703708
th.formfieldnamecontainer {
704709
padding-right: 1em;
705710
}

0 commit comments

Comments
 (0)