diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-11-04 11:23:44 -0200 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-11-04 11:23:44 -0200 |
commit | dccd63fcffe4a5b73282815514fdb0848a0468ed (patch) | |
tree | 79a4aeea5498255fbcbf5d3bb6c03a15813c15ba /web-ui | |
parent | 484c4c31feaa3020932d45d5e0da2b4605cf96d1 (diff) |
#504 - Fixing horizontal padding for entered addresses
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/_compose.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index 3a3bc697..26cc4992 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -40,6 +40,10 @@ display: inline-block; padding: 10px; } + + span { + padding: 10px 3px; + } label.floatlabel { padding: 0.4rem !important; position: absolute; |