Skip to content

Commit

Permalink
A few more styling fixes (for multiline names and values)
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Aug 22, 2014
1 parent 0013073 commit b6b5bf5
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions assets/styles/settings.sass
Expand Up @@ -266,22 +266,32 @@

span.name, span.value
display: inline-block
line-height: 40px
line-height: 20px
position: relative
font-size: 15px
word-wrap: break-word

.equals
margin: 0 10px 0 14px

span.name
width: 300px
word-wrap: break-word
line-height: 20px
width: 250px
margin: 0 10px 0 20px
text-align: left

span.value
width: auto
text-align: left
min-width: 158px
max-width: 450px
max-width: 390px
min-height: 25px
display: flex
display: -webkit-flex
display: -moz-flex
-webkit-align-items: center
-moz-align-items: center
align-items: center
justify-content: left
-webkit-justify-content: left
-moz-justify-content: left
padding: 8px 12px

0 comments on commit b6b5bf5

Please sign in to comment.