Skip to content

Commit d114147

Browse files
author
shuai
committed
fix: pinned qeustions style optimization
1 parent 4be3a68 commit d114147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/components/PinList/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ const PinList: FC<IProps> = ({ data }) => {
4545
action
4646
as="li"
4747
key={item.id}
48-
className="rounded border-top p-0"
48+
className="border-0 p-0"
4949
style={{
5050
minWidth: '238px',
5151
width: `${100 / data.length}%`,
5252
}}>
5353
<NavLink
5454
to={pathFactory.questionLanding(item.id, item.url_title)}
55-
className="h-100 d-flex flex-column justify-content-between p-3">
55+
className="border rounded h-100 d-flex flex-column justify-content-between p-3">
5656
<h6 className="text-wrap link-dark text-break text-truncate-2">
5757
{item.title}
5858
{item.status === 2 ? ` [${t('closed')}]` : ''}

0 commit comments

Comments
 (0)