diff --git a/Project.toml b/Project.toml index ce144d1..9ce8bbb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Stipple" uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998" authors = ["Adrian and the Stipple contributors"] -version = "0.28.21" +version = "0.28.22" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/assets/css/stipplecore.css b/assets/css/stipplecore.css index 3409670..2bf89a0 100644 --- a/assets/css/stipplecore.css +++ b/assets/css/stipplecore.css @@ -143,7 +143,6 @@ margin: 0px; display: flex; flex-direction: column; - align-items: flex-start; } .container { @@ -172,7 +171,7 @@ QUASAR COMPONENTS ================================================================== */ -.q-badge{ +.q-badge, .q-btn{ width: max-content; }