mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 08:01:34 -04:00
Merge pull request #159 from alphagov/edit-template-textbox-width
Make ‘edit template’ textboxes the same width
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
.on("input", this.update)
|
||||
.on("scroll", this.maintainScrollParity);
|
||||
|
||||
this.$backgroundMaskForeground.width(
|
||||
this.$textbox.width()
|
||||
);
|
||||
|
||||
this.$textbox
|
||||
.trigger("input");
|
||||
|
||||
|
||||
@@ -18,11 +18,10 @@
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
width: 500px;
|
||||
height: 200px;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
overflow: hidden;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
&-background,
|
||||
|
||||
Reference in New Issue
Block a user