diff options
| author | Paul-Christian Volkmer | 2024-03-04 17:03:41 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-04 17:03:41 +0100 |
| commit | 0aec5e44794d6458ee9b8d7b086922aec89aefeb (patch) | |
| tree | e9334364ed973ae4ceb6e3a7214f4413d866b920 /src/main/resources/templates/configs.html | |
| parent | b1a83510a67496b1d3a6874e345f292815995468 (diff) | |
style: fixed first column width
Diffstat (limited to 'src/main/resources/templates/configs.html')
| -rw-r--r-- | src/main/resources/templates/configs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 2103b0b..3e8aa9e 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -12,7 +12,7 @@ <section> <h2>🔧 Allgemeine Konfiguration</h2> - <table> + <table class="config-table"> <thead> <tr> <th>Name</th> @@ -69,7 +69,7 @@ Hier sehen Sie eine Übersicht der konfigurierten Transformationen. </p> - <table> + <table class="config-table"> <thead> <tr> <th>JSON-Path</th> |
