From 0a71604733b821513d9660f6694e0e39744d636c Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Thu, 6 Feb 2020 12:31:11 +0100 Subject: [PATCH] Updated TODO example. --- examples/todoApp/out/.waspinfo | 2 +- examples/todoApp/out/src/ext-src/Main.css | 2 +- examples/todoApp/src/ext/Main.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/todoApp/out/.waspinfo b/examples/todoApp/out/.waspinfo index 32fc2adec..cef4949e4 100644 --- a/examples/todoApp/out/.waspinfo +++ b/examples/todoApp/out/.waspinfo @@ -1 +1 @@ -Generated on 2020-02-06 11:14:43.678730919 UTC by waspc version "0.1.0.0" . \ No newline at end of file +Generated on 2020-02-06 11:29:32.520063004 UTC by waspc version "0.1.0.0" . \ No newline at end of file diff --git a/examples/todoApp/out/src/ext-src/Main.css b/examples/todoApp/out/src/ext-src/Main.css index d260ba96a..e35183024 100644 --- a/examples/todoApp/out/src/ext-src/Main.css +++ b/examples/todoApp/out/src/ext-src/Main.css @@ -18,7 +18,7 @@ button.selected { } .todos__container { - width: 550px; + width: 450px; } .todos__toggleAndInput { diff --git a/examples/todoApp/src/ext/Main.css b/examples/todoApp/src/ext/Main.css index d260ba96a..e35183024 100644 --- a/examples/todoApp/src/ext/Main.css +++ b/examples/todoApp/src/ext/Main.css @@ -18,7 +18,7 @@ button.selected { } .todos__container { - width: 550px; + width: 450px; } .todos__toggleAndInput {