mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
Merge branch 'master' of https://github.com/roadfox/bookmarks into roadfox-master
This commit is contained in:
commit
910e214f3a
@ -116,7 +116,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
|
||||
.bookmark_title {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin-right: 0.8em;
|
||||
margin-top:0.7em;
|
||||
}
|
||||
@ -126,7 +126,7 @@ input.disabled, input.disabled:hover, input.disabled:focus {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
max-width: 15em;
|
||||
max-width: 24%;
|
||||
}
|
||||
|
||||
.bookmark_single:hover .bookmark_title .bookmark_edit_btn {
|
||||
|
Loading…
Reference in New Issue
Block a user