Loading app/Helpers/components_helper.php +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ if (! function_exists('data_table')) { $table = new Table(); $template = [ 'table_open' => '<table class="w-full whitespace-no-wrap">', 'table_open' => '<table class="w-full whitespace-nowrap">', 'thead_open' => '<thead class="text-xs font-semibold text-left uppercase text-skin-muted">', Loading app/Views/Components/DropdownMenu.php +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ class DropdownMenu extends Component return <<<HTML <nav id="{$this->id}" class="absolute z-50 flex flex-col py-2 whitespace-no-wrap rounded-lg text-skin-base border-contrast bg-elevated border-3" class="absolute z-50 flex flex-col py-2 rounded-lg whitespace-nowrap text-skin-base border-contrast bg-elevated border-3" aria-labelledby="{$this->labelledby}" data-dropdown="menu" data-dropdown-placement="{$this->placement}" Loading tailwind.config.js +25 −0 Original line number Diff line number Diff line /* eslint-disable */ const defaultTheme = require("tailwindcss/defaultTheme"); const { nodeModuleNameResolver } = require("typescript"); /** @type {import('tailwindcss').Config} */ module.exports = { Loading Loading @@ -113,6 +114,30 @@ module.exports = { ringWidth: { 3: "3px", }, typography: { DEFAULT: { css: { a: { textDecoration: "underline", fontWeight: 600, "&:hover": { textDecoration: "none", }, }, }, }, sm: { css: { a: { textDecoration: "underline", fontWeight: 600, "&:hover": { textDecoration: "none", }, }, }, }, }, }, }, variants: {}, Loading themes/cp_admin/_partials/_nav_header.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ [ 'type' => 'html', 'content' => esc(<<<CODE_SAMPLE <nav class="flex flex-col py-2 whitespace-no-wrap"> <nav class="flex flex-col py-2 whitespace-nowrap"> <span class="px-4 mb-2 text-xs font-semibold tracking-wider uppercase text-skin-muted">{$interactAsText}</span> <form action="{$route}" method="POST" class="flex flex-col"> {$csrfField} Loading themes/cp_app/_admin_navbar.php +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ [ 'type' => 'html', 'content' => esc(<<<CODE_SAMPLE <nav class="flex flex-col py-2 whitespace-no-wrap"> <nav class="flex flex-col py-2 whitespace-nowrap"> <span class="px-4 mb-2 text-xs font-semibold tracking-wider uppercase text-skin-muted">{$interactAsText}</span> <form action="{$route}" method="POST" class="flex flex-col"> {$csrfField} Loading Loading
app/Helpers/components_helper.php +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ if (! function_exists('data_table')) { $table = new Table(); $template = [ 'table_open' => '<table class="w-full whitespace-no-wrap">', 'table_open' => '<table class="w-full whitespace-nowrap">', 'thead_open' => '<thead class="text-xs font-semibold text-left uppercase text-skin-muted">', Loading
app/Views/Components/DropdownMenu.php +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ class DropdownMenu extends Component return <<<HTML <nav id="{$this->id}" class="absolute z-50 flex flex-col py-2 whitespace-no-wrap rounded-lg text-skin-base border-contrast bg-elevated border-3" class="absolute z-50 flex flex-col py-2 rounded-lg whitespace-nowrap text-skin-base border-contrast bg-elevated border-3" aria-labelledby="{$this->labelledby}" data-dropdown="menu" data-dropdown-placement="{$this->placement}" Loading
tailwind.config.js +25 −0 Original line number Diff line number Diff line /* eslint-disable */ const defaultTheme = require("tailwindcss/defaultTheme"); const { nodeModuleNameResolver } = require("typescript"); /** @type {import('tailwindcss').Config} */ module.exports = { Loading Loading @@ -113,6 +114,30 @@ module.exports = { ringWidth: { 3: "3px", }, typography: { DEFAULT: { css: { a: { textDecoration: "underline", fontWeight: 600, "&:hover": { textDecoration: "none", }, }, }, }, sm: { css: { a: { textDecoration: "underline", fontWeight: 600, "&:hover": { textDecoration: "none", }, }, }, }, }, }, }, variants: {}, Loading
themes/cp_admin/_partials/_nav_header.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ [ 'type' => 'html', 'content' => esc(<<<CODE_SAMPLE <nav class="flex flex-col py-2 whitespace-no-wrap"> <nav class="flex flex-col py-2 whitespace-nowrap"> <span class="px-4 mb-2 text-xs font-semibold tracking-wider uppercase text-skin-muted">{$interactAsText}</span> <form action="{$route}" method="POST" class="flex flex-col"> {$csrfField} Loading
themes/cp_app/_admin_navbar.php +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ [ 'type' => 'html', 'content' => esc(<<<CODE_SAMPLE <nav class="flex flex-col py-2 whitespace-no-wrap"> <nav class="flex flex-col py-2 whitespace-nowrap"> <span class="px-4 mb-2 text-xs font-semibold tracking-wider uppercase text-skin-muted">{$interactAsText}</span> <form action="{$route}" method="POST" class="flex flex-col"> {$csrfField} Loading