Skip to content

Commit 62ed180

Browse files
committed
Fix positioning (float-right)
1 parent 2165fa7 commit 62ed180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/useful-forks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function request_fork_page(page_number, user, repo) {
239239

240240
function prepare_display() {
241241
$('#network').prepend(
242-
$('<div>', {id: UF_ID_WRAPPER}, {class: "float-right"}).append(
242+
$('<div>', {id: UF_ID_WRAPPER, class: "float-right"}).append(
243243
$('<h4>', {id: UF_ID_TITLE, html: UF_MSG_HEADER}),
244244
$('<div>', {id: UF_ID_MSG, html: UF_MSG_SCANNING}),
245245
$('<div>', {id: UF_ID_DATA}).append(

0 commit comments

Comments
 (0)