Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #29773 from dmarcos/bug1157169
Browse files Browse the repository at this point in the history
Bug 1157169 - [Camera] The Self-timer overlaps with the Off
  • Loading branch information
rvandermeulen committed May 1, 2015
2 parents c077b9d + 78c49e3 commit 9b0a266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/camera/style/settings.css
Expand Up @@ -146,13 +146,18 @@
/**
* 1. Space it out from under the
* setting menu button.
* 2. In case of the title being longer than the header
* we show ellipsis and prevent line wrapping
*/

.settings_header {
position: relative;
height: 9rem;
margin-right: 5rem; /* 1 */
line-height: 9rem;
white-space: nowrap; /* 2 */
text-overflow: ellipsis; /* 2 */
overflow: hidden; /* 2 */
}

/** Title
Expand Down

0 comments on commit 9b0a266

Please sign in to comment.