summaryrefslogtreecommitdiff
path: root/rt/share/static/css/rudder/ticket.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/css/rudder/ticket.css')
-rw-r--r--rt/share/static/css/rudder/ticket.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/share/static/css/rudder/ticket.css b/rt/share/static/css/rudder/ticket.css
index c1a8ddc..2b0233b 100644
--- a/rt/share/static/css/rudder/ticket.css
+++ b/rt/share/static/css/rudder/ticket.css
@@ -64,3 +64,13 @@
.summary>div>.titlebox>.titlebox-content {
background: none
}
+
+tr.edit-custom-field.cftype-IPAddress input,
+tr.edit-custom-field.cftype-IPAddressRange input {
+ width: 24em;
+}
+
+tr.edit-custom-field.cftype-IPAddress textarea,
+tr.edit-custom-field.cftype-IPAddressRange textarea {
+ width: 24em;
+} \ No newline at end of file