Fix docker status error display

This commit is contained in:
Michael Shamoon 2022-10-23 23:45:43 -07:00
parent 7c4d8a77cf
commit f473d324df
3 changed files with 9 additions and 10 deletions

View file

@ -85,7 +85,7 @@ export default function Item({ service }) {
{service.container && service.server && (
<div
className={classNames(
statsOpen && !statsClosing ? "max-h-[55px] opacity-100" : " max-h-[0] opacity-0",
statsOpen && !statsClosing ? "max-h-[110px] opacity-100" : " max-h-[0] opacity-0",
"w-full overflow-hidden transition-all duration-300 ease-in-out"
)}
>