Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

limit max height on did-not-scrape div #36

Merged
merged 2 commits into from Dec 4, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion static/css/style.css
Expand Up @@ -288,5 +288,6 @@ tr .table-header, tr .table-header:hover{
}

div.urls {
overflow:scroll;
overflow: scroll;
max-height: 400px;
}