add max-width to directLink input to prevent overflow

This commit is contained in:
Jan-Christoph Borchardt 2014-04-16 16:43:35 +02:00
parent 23f2c48a43
commit 9434ed44f8

View file

@ -115,4 +115,5 @@ thead {
.directLink input {
margin-left: 5px;
width: 300px;
max-width: 90%;
}