From 886a2f737202e6c9f892d759b1736f67615dbf0f Mon Sep 17 00:00:00 2001 From: crib Date: Tue, 25 Nov 2025 17:11:57 +0100 Subject: [PATCH] fix: Button text overflow in stopwatch mode controls - Fixed button text overflowing in active task controls - Changed flex behavior to allow proper text wrapping - Increased minimum button width from 80px to 100px - Added word-wrap and line-height for multi-line text support - Buttons now properly contain text like 'Continue Working' Fixes button overflow issue in stopwatch mode where text would extend outside button boundaries instead of wrapping. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 36738aa..19cb954 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "immerse", "name": "Immerse", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "A Blitzit-inspired task management and focus timer plugin. Plan your day, track time with Pomodoro technique, and crush your tasks with satisfying checkoffs.", "author": "Crib", diff --git a/package.json b/package.json index d0b67a3..0983602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "immerse", - "version": "1.1.1", + "version": "1.1.2", "description": "A Blitzit-inspired task management and focus timer plugin for Obsidian", "main": "main.js", "scripts": {