running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit aa7ea864728b587b4135376cb27ca44c0bdd82e6
parent 4571e4e48343ecc14cd997ae36b88b6dce2cc631
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sat, 30 Aug 2025 10:24:40 -0700

Fix position of empty message in TargetEditor

Diffstat:
Msrc/components/TargetEditor.vue | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/TargetEditor.vue b/src/components/TargetEditor.vue @@ -192,7 +192,7 @@ function removeTarget(index: number) { .target-editor th .icon { margin-left: 0.3em; } -.target-editor tbody td:first-child:not(.empty-message) { +.target-editor tbody td:first-child:not(.empty-message td) { display: flex; gap: 0.2em; flex-wrap: wrap;