.urlfield input {
    width: 80% !important; /* または希望する具体的な幅 */
}

a.disabled{ pointer-events: none; color:#000;}
span.disable-links {
    pointer-events: none;
}
.disable-links a{ color:#000; }