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 #11331 from mcirlanaru/bug_899015
Browse files Browse the repository at this point in the history
Bug 899015 - [Settings] Fix overlap of Wi-Fi SSID label with icon. r=@fabi1cazenave
  • Loading branch information
mihai committed Sep 10, 2013
2 parents 8bfe60e + 6a27dc6 commit 95ea832
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/settings/style/settings.css
Expand Up @@ -156,6 +156,10 @@ ul[data-state="ready"] li[data-state="ready"] {
display: block;
}

ul[data-state="ready"] li > a {
padding-right: 6.2rem; /* 3rem (initial padding) + 3.2rem (wifi icon width) */
}

/**
* Wi-Fi authentication fields:
* - hide password field on open networks
Expand Down

0 comments on commit 95ea832

Please sign in to comment.