fix: minor style touch on dashboards (#11570)

This commit is contained in:
Jesse Yang 2020-11-08 21:26:56 -08:00 committed by GitHub
parent 6ab03feed8
commit 92a9acd5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -104,9 +104,8 @@ const StyledTabsContainer = styled.div`
top: ${({ theme }) => theme.gridUnit * 2}px;
}
.editable-title input {
cursor: pointer;
text-transform: uppercase;
div .ant-tabs-tab-btn {
text-transform: none;
}
`;

View File

@ -56,11 +56,15 @@
.filter-container {
display: flex;
flex-direction: column;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
label {
display: flex;
font-weight: @font-weight-bold;
margin: 0 0 8px 8px;
}
.filter-badge-container {