Skip to content

Commit

Permalink
Fix positioning (float-right)
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 committed Feb 8, 2021
1 parent 2165fa7 commit 62ed180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/useful-forks.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function request_fork_page(page_number, user, repo) {

function prepare_display() {
$('#network').prepend(
$('<div>', {id: UF_ID_WRAPPER}, {class: "float-right"}).append(
$('<div>', {id: UF_ID_WRAPPER, class: "float-right"}).append(
$('<h4>', {id: UF_ID_TITLE, html: UF_MSG_HEADER}),
$('<div>', {id: UF_ID_MSG, html: UF_MSG_SCANNING}),
$('<div>', {id: UF_ID_DATA}).append(
Expand Down

0 comments on commit 62ed180

Please sign in to comment.