[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:
parent
3b0f3ca761
commit
193d530b40
2 changed files with 0 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ export const IssueCommentToolbar: React.FC<Props> = (props) => {
|
||||||
key={key}
|
key={key}
|
||||||
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
|
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
|
||||||
"pl-0": index === 0,
|
"pl-0": index === 0,
|
||||||
"pr-0": index === Object.keys(toolbarItems).length - 1,
|
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{toolbarItems[key].map((item) => (
|
{toolbarItems[key].map((item) => (
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,6 @@ export const IssueCommentToolbar: React.FC<Props> = (props) => {
|
||||||
key={key}
|
key={key}
|
||||||
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
|
className={cn("flex items-stretch gap-0.5 border-r border-custom-border-200 px-2.5", {
|
||||||
"pl-0": index === 0,
|
"pl-0": index === 0,
|
||||||
"pr-0": index === Object.keys(toolbarItems).length - 1,
|
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{toolbarItems[key].map((item) => (
|
{toolbarItems[key].map((item) => (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue