From 28153f5b55f80d76ff948589a511e1accc4f3748 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Thu, 22 Feb 2024 01:37:56 +0530 Subject: [PATCH] button text wrap fix --- src/pug/templates/control-view.pug | 2 +- src/stylus/style.styl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index d1f9540..bfa03ba 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -226,7 +226,7 @@ script#control-view-template(type="text/x-template") .macros-div(class="present") button.macros-button(title="Click to run Macros",v-for="(index,macros) in config.macros", - @click="runMacros(index)",:disabled="!is_ready",v-bind:style="{ backgroundColor: macros.color; overflow-wrap: break-word }") {{macros.name}} + @click="runMacros(index)",:disabled="!is_ready",v-bind:style="{ backgroundColor: macros.color; }") {{macros.name}} .tabs diff --git a/src/stylus/style.styl b/src/stylus/style.styl index fcdd2b4..8200dbf 100644 --- a/src/stylus/style.styl +++ b/src/stylus/style.styl @@ -640,6 +640,7 @@ span.unit margin-left 1rem margin-top 1rem border 0 + overflow-wrap break-word color #fff box-shadow rgba(0, 0, 0, 0.3) 0px 0px 5px text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px