Fix the alignment of the placeholder in reply dialog
"Add reviewer..." was vertically not correctly positioned. Also reduce/align the vertical heights and margins a little, and use a little bit less space for the "Reviewers" and "CC" labels. Change-Id: I1ac7a64fb426218ee1ba0b4e999b7b29f4b4275d
This commit is contained in:
@@ -86,19 +86,17 @@ limitations under the License.
|
||||
}
|
||||
.peopleList {
|
||||
display: flex;
|
||||
padding-top: var(--spacing-xxs);
|
||||
}
|
||||
.peopleListLabel {
|
||||
color: var(--deemphasized-text-color);
|
||||
margin-top: var(--spacing-xs);
|
||||
min-width: 7em;
|
||||
min-width: 6em;
|
||||
padding-right: var(--spacing-m);
|
||||
}
|
||||
gr-account-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
min-height: 1.8em;
|
||||
}
|
||||
#reviewerConfirmationOverlay {
|
||||
padding: var(--spacing-l);
|
||||
|
||||
@@ -32,6 +32,7 @@ limitations under the License.
|
||||
display: flex;
|
||||
flex: 1;
|
||||
min-width: 10em;
|
||||
margin: var(--spacing-xs) var(--spacing-xs) var(--spacing-xs) 0;
|
||||
}
|
||||
.group {
|
||||
--account-label-suffix: ' (group)';
|
||||
|
||||
Reference in New Issue
Block a user