Skip to content
Snippets Groups Projects
Commit 50496642 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #8239 from owncloud/directlink-overflow

add max-width to directLink input to prevent overflow
parents 4d9ff49f 9434ed44
No related branches found
No related tags found
No related merge requests found
......@@ -86,4 +86,5 @@ thead {
.directLink input {
margin-left: 5px;
width: 300px;
max-width: 90%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment