Skip to content

Commit

Permalink
Web: Fixed styles for radio button.
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Oct 29, 2021
1 parent 424c536 commit 937f5ef
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,11 @@ const StyledFilesList = styled.div`
.select-file-dialog_icon {
margin-right: 8px;
}
.radio-button_text{
${(props) => props.displayType === "aside" && "margin: 0 !important;"};
}
.entry-title {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down

0 comments on commit 937f5ef

Please sign in to comment.