diff options
author | nicolasm <hi@nicolasmd.com.ar> | 2015-06-24 00:35:13 -0300 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-26 21:57:12 +0200 |
commit | 41145f705068428413c1d2e6a4fc19f65da58e9d (patch) | |
tree | 089685709105daa107785c72b4f7961b3e3f013a /inc/awesomplete.css | |
parent | d257f25c96f52f4b08215b55d7be4b0d98ab3250 (diff) | |
download | Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.gz Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.tar.zst Shaarli-41145f705068428413c1d2e6a4fc19f65da58e9d.zip |
awesome.css restored. width bug fixed.
Diffstat (limited to 'inc/awesomplete.css')
-rw-r--r-- | inc/awesomplete.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 0382e139..47c1928f 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css | |||
@@ -8,6 +8,7 @@ | |||
8 | div.awesomplete { | 8 | div.awesomplete { |
9 | display: inline-block; | 9 | display: inline-block; |
10 | position: relative; | 10 | position: relative; |
11 | width: 100%; | ||
11 | } | 12 | } |
12 | 13 | ||
13 | div.awesomplete > input { | 14 | div.awesomplete > input { |