[WEB-2550] fix: spacing by removing the right border (#5699)

* fix spacing by removing the right border

* remove log statement

* replicate the same for space
This commit is contained in:
Ketan Sharma 2024-09-30 16:17:57 +05:30 committed by GitHub
parent 3b0f3ca761
commit 193d530b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -57,7 +57,6 @@ export const IssueCommentToolbar: React.FC<Props> = (props) => {
key={key}
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
"pl-0": index === 0,
"pr-0": index === Object.keys(toolbarItems).length - 1,
})}
>
{toolbarItems[key].map((item) => (

View file

@ -118,7 +118,6 @@ export const IssueCommentToolbar: React.FC<Props> = (props) => {
key={key}
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
"pl-0": index === 0,
"pr-0": index === Object.keys(toolbarItems).length - 1,
})}
>
{toolbarItems[key].map((item) => (