Fixed max width from ajax request url element (td)

This commit is contained in:
Yonel Ceruto 2016-12-01 11:14:27 -05:00
parent 25fa4a0ddf
commit b0a8f8e376

View File

@ -315,7 +315,7 @@
padding: 4px;
}
.sf-ajax-request-url {
max-width: 300px;
max-width: 250px;
line-height: 9px;
overflow: hidden;
text-overflow: ellipsis;