mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
tweak to note display on project page to stop wrapping around note link icon
divs for the project note adding margin to prevent the note from wrapping around the link icon
This commit is contained in:
parent
6e15c38efe
commit
3180d88fae
2 changed files with 7 additions and 2 deletions
|
@ -550,6 +550,10 @@ div.note_wrapper p {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
div.note_note {
|
||||
margin-left:24px;
|
||||
}
|
||||
|
||||
div.note_footer {
|
||||
border-top: 1px solid #999;
|
||||
padding-top: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue