forked from github/plane
fix: spread sheet column rightmost border
This commit is contained in:
parent
bdd215f2d5
commit
4ed2855bd4
@ -139,6 +139,7 @@ export const SpreadsheetView: React.FC<Props> = observer((props) => {
|
||||
<Spinner />
|
||||
</div>
|
||||
)}
|
||||
<div /> {/* empty div to show right most border */}
|
||||
</div>
|
||||
|
||||
<div className="border-t border-custom-border-100">
|
||||
|
Loading…
Reference in New Issue
Block a user