Skip to content

Commit 574ee09

Browse files
committed
Set the correct width of text fields. Close ietf-tools#733
- Legacy-Id: 8105
1 parent 1bcb8ca commit 574ee09

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

static/css/liaisons.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353

5454
#id_title,
5555
.baseformedit #id_from_field,
56-
.baseformedit #id_replyto,
57-
.baseformedit #id_organization,
58-
.baseformedit #id_to_poc,
59-
.baseformedit #id_response_contact,
60-
.baseformedit #id_technical_contact,
61-
.baseformedit #id_cc1,
56+
.baseform #id_organization,
57+
.baseform #id_to_poc,
58+
.baseform #id_response_contacts,
59+
.baseform #id_technical_contact,
60+
.baseform #id_cc1,
61+
.attach_titleField input,
6262
.baseform textarea {
6363
width: 80%;
6464
}

0 commit comments

Comments
 (0)