fix: issue title resizing fix (#300)
* fix: issue title resizing fix * fix: header ui fix and invalid date label updated
This commit is contained in:
parent
c979599e53
commit
fcb932dc5d
3 changed files with 7 additions and 21 deletions
|
|
@ -11,7 +11,7 @@ type Props = {
|
|||
};
|
||||
|
||||
const Header: React.FC<Props> = ({ breadcrumbs, left, right, setToggleSidebar }) => (
|
||||
<div className="flex w-full flex-col gap-y-4 border-b border-gray-200 bg-gray-50 px-5 py-4 lg:flex-row lg:items-center lg:justify-between">
|
||||
<div className="flex w-full flex-row items-center justify-between gap-y-4 border-b border-gray-200 bg-gray-50 px-5 py-4 ">
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="block md:hidden">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue