mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 23:28:24 -04:00
Fixing styling issues on the send message flow
This commit is contained in:
@@ -691,7 +691,7 @@ details form {
|
||||
margin-bottom: 30px;
|
||||
pointer-events: none;
|
||||
& + .table-show-more-link {
|
||||
margin-top: -28px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -755,13 +755,12 @@ $tail-angle: 20deg;
|
||||
}
|
||||
|
||||
.sms-message-sender {
|
||||
color: color('gray-cool-90');
|
||||
margin: 0 0 -10px 0;
|
||||
margin: units(1) 0 0;
|
||||
}
|
||||
|
||||
.sms-message-recipient {
|
||||
color: color('gray-cool-90');
|
||||
margin: 10px 0 0 0;
|
||||
margin: 0 0 units(1);
|
||||
}
|
||||
|
||||
.sms-message-status {
|
||||
|
||||
Reference in New Issue
Block a user