ChangeScreen2: Fix missing ellipsis on long subject lines

white-space must be set to nowrap to obtain an ellipsis when overflow
is hidden. Add the missing property to the subject CSS class.

Change-Id: I50e293440748986eaebbbf0a15dbee634c2b9dc8
This commit is contained in:
Shawn Pearce
2013-11-21 14:24:56 -08:00
parent 3d3f98aa05
commit d4d16b4470

View File

@@ -51,6 +51,7 @@ limitations under the License.
line-height: HEADER_HEIGHT;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.subjectButtons {
position: absolute;