mirror of https://github.com/portainer/portainer
fix(datatable): title size EE-6774 (#11273)
parent
2c3dcdd14e
commit
77c9124e8a
|
@ -23,7 +23,7 @@ export function TableTitle({
|
||||||
<>
|
<>
|
||||||
<div className={clsx('toolBar flex-col', className)} id={id}>
|
<div className={clsx('toolBar flex-col', className)} id={id}>
|
||||||
<div className="flex w-full items-center gap-1 p-0">
|
<div className="flex w-full items-center gap-1 p-0">
|
||||||
<h2 className="toolBarTitle m-0 text-2xl">
|
<h2 className="toolBarTitle m-0 text-base">
|
||||||
{icon && (
|
{icon && (
|
||||||
<div className="widget-icon">
|
<div className="widget-icon">
|
||||||
<Icon icon={icon} className="space-right" />
|
<Icon icon={icon} className="space-right" />
|
||||||
|
|
Loading…
Reference in New Issue