mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 08:29:49 -04:00
More tweaks to width of elements
- SMS message preview gets slightly wider so it lines up with a 4/8 column - Edit email box gets wider to match more closely the width of the previewed and delivered emails
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.sms-message-wrapper {
|
||||
|
||||
width: 100%;
|
||||
max-width: 450px;
|
||||
max-width: 464px;
|
||||
box-sizing: border-box;
|
||||
padding: $gutter-half $gutter-half $gutter-half $gutter-half;
|
||||
background: $panel-colour;
|
||||
|
||||
Reference in New Issue
Block a user