mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix root issue for #968
This commit is contained in:
parent
558bfa6d3d
commit
8f7d20895b
2 changed files with 1 additions and 5 deletions
|
|
@ -6,6 +6,6 @@ interface Props {
|
|||
};
|
||||
|
||||
export const Description = (props: Props) =>
|
||||
props.description
|
||||
props.descriptionSourceUrl
|
||||
? <blockquote cite={props.descriptionSourceUrl}>{props.description}</blockquote>
|
||||
: <p>{props.description}</p>;
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
.ant-table-header-column > div {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
tr blockquote {
|
||||
word-break: break-word;
|
||||
}
|
||||
Loading…
Reference in a new issue