Skip to content
Snippets Groups Projects
Commit 5e986271 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9336 from owncloud/fix-version-dropdown

increase width of version dropdown - fixes #9270
parents 805a7cf4 7760fd4b
Branches
No related tags found
No related merge requests found
#dropdown.drop-versions {
width:320px;
width: 360px;
}
#found_versions li {
......@@ -52,5 +52,8 @@
#found_versions .revertVersion {
cursor: pointer;
float: right;
max-width: 130px;
text-overflow: ellipsis;
overflow: hidden;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment