mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 20:41:03 +00:00
le div d'un lien poché s'adapte en hauteur si le titre est trop long
This commit is contained in:
parent
770955e11d
commit
884e38569b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ header {
|
||||||
position:relative;
|
position:relative;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
height: 6em;
|
min-height: 6em;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-box-shadow: 0px 0px 2px -1px #000;
|
-webkit-box-shadow: 0px 0px 2px -1px #000;
|
||||||
|
|
Loading…
Reference in a new issue