Skip to content

Commit

Permalink
fix: minor style touch on dashboards (apache#11570)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and auxten committed Nov 20, 2020
1 parent 5ed2314 commit c7e043a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c7e043a

Please sign in to comment.