From 4a42a4465c8ff5496229f8883b9d1532bf7c9cab Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Sun, 7 Apr 2024 09:53:04 +0300 Subject: Feat: db connection and migrations --- assets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/style.css') diff --git a/assets/style.css b/assets/style.css index 821a499..5d2f089 100644 --- a/assets/style.css +++ b/assets/style.css @@ -33,3 +33,11 @@ tr{ display: inline flow-root; margin-inline: 10px; } +.action_name{ + border: none; + display: inline; + font-family: inherit; + font-size: inherit; + padding: none; + width: auto; +} -- cgit v1.2.3