]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
le div d'un lien poché s'adapte en hauteur si le titre est trop long
authornicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 09:03:41 +0000 (11:03 +0200)
committernicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 09:03:41 +0000 (11:03 +0200)
css/style.css

index 604b3728c3659fbd24837a5c7bf8cc0048b81f3b..fa12eaf00118b472bafc14d41b923c6c3f284a4c 100644 (file)
@@ -64,7 +64,7 @@ header {
     position:relative;
     background-color: #ffffff;
     padding: 15px;
-    height: 6em;
+    min-height: 6em;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-shadow:  0px 0px 2px -1px #000;