summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-02-08 11:14:14 +0100
committerTom Smeding <tom@tomsmeding.com>2022-02-08 11:15:21 +0100
commitf634b95f593f5d66d90a843c841eb05e5c11748f (patch)
tree78e3e13ace6454be40a4afec23672f188e095df0
parent8bae3d8c58fd344635607b13e0b5d2c0b1d1dbbe (diff)
timetrack: Fix some eventtext layout issue
-rw-r--r--modules/timetrack/timetrack.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/timetrack/timetrack.html b/modules/timetrack/timetrack.html
index d2a8351..2666fdc 100644
--- a/modules/timetrack/timetrack.html
+++ b/modules/timetrack/timetrack.html
@@ -349,8 +349,10 @@ body{
margin-left:10px;
}
.eventtext{
- font-size:18px;
+ font-size:15px;
margin-left:10px;
+ width:150px;
+ display:inline-block;
}
.eventfloat{
float:right;