Improve centering when text is small

This commit is contained in:
Ajay Ramachandran
2021-05-26 22:04:38 -04:00
parent 87a7f85c24
commit da1d4bc1ce

View File

@@ -42,6 +42,15 @@
text-align: center;
}
#issueReporterContainer {
display: flex;
justify-content: center;
}
#issueReporterTimeButtons {
text-align: left;
}
#issueReporterTimeButtons > .votingButtons > .segmentTimeButton {
font-weight: bold;
color: var(--sb-main-fg-color);
@@ -50,9 +59,6 @@
padding: 7px;
outline: none;
display: flex;
justify-content: flex-start;
cursor: pointer;
white-space: nowrap;
}