Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit f8a48d9

Browse files
committed
fix(utils): increase width of the Actions column for certificates, private keys, and CSP
1 parent b4b0453 commit f8a48d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/workspace/utils/certificates/certificates_certificate_templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export default function CertificatesCertificateTemplates() {
296296
{
297297
name: 'Actions',
298298
field: 'headers',
299-
width: '75px',
299+
width: '105px',
300300
actions: [
301301
{
302302
name: 'Generate',

src/pages/workspace/utils/certificates/certificates_private_keys.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default function CertificatesPrivateKeys() {
292292
{
293293
name: 'Actions',
294294
field: 'headers',
295-
width: '75px',
295+
width: '105px',
296296
actions: [
297297
{
298298
name: 'Export',

src/pages/workspace/utils/web_security/csp/web_security_csp_policies.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default function WebSecurityContentSecurityPolicies() {
278278
{
279279
name: 'Actions',
280280
field: 'headers',
281-
width: '75px',
281+
width: '105px',
282282
actions: [
283283
{
284284
name: 'Copy policy',

0 commit comments

Comments
 (0)