From 34a5b097948c0647ec7de8b4cbb23b541536c6f1 Mon Sep 17 00:00:00 2001 From: Tetsuya Kawahara <51254139+tecchan1107@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:14:01 +0800 Subject: [PATCH] Fixed that the right border was no longer displayed (#842) * Fixed that the right border was no longer displayed * Minute adjustment --- column-samples/generic-world-time/README.md | 1 + column-samples/generic-world-time/assets/sample.json | 2 +- column-samples/generic-world-time/generic-world-time.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/column-samples/generic-world-time/README.md b/column-samples/generic-world-time/README.md index e70dec90a..454f8b15c 100644 --- a/column-samples/generic-world-time/README.md +++ b/column-samples/generic-world-time/README.md @@ -24,6 +24,7 @@ Version |Date |Comments --------|---------------|-------- 1.0 |April 17, 2022 |Initial release 1.1 |March 3, 2023 |Fixed to the method using the split operator. +1.2 |August 30, 2024 |Fixed that the right border was no longer displayed. ## Disclaimer **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** diff --git a/column-samples/generic-world-time/assets/sample.json b/column-samples/generic-world-time/assets/sample.json index f4c1b01ec..70096d85c 100644 --- a/column-samples/generic-world-time/assets/sample.json +++ b/column-samples/generic-world-time/assets/sample.json @@ -10,7 +10,7 @@ "This sample demonstrates the side-by-side display and comparison of the current time in different countries around the world." ], "creationDateTime": "2022-04-17T00:00:00.000Z", - "updateDateTime": "2023-03-03T00:00:00.000Z", + "updateDateTime": "2024-08-30T00:00:00.000Z", "products": [ "SharePoint", "Microsoft Lists" diff --git a/column-samples/generic-world-time/generic-world-time.json b/column-samples/generic-world-time/generic-world-time.json index d50f9587c..1840961d4 100644 --- a/column-samples/generic-world-time/generic-world-time.json +++ b/column-samples/generic-world-time/generic-world-time.json @@ -15,7 +15,7 @@ { "elmType": "div", "style": { - "width": "100%", + "width": "95%", "position": "absolute", "display": "flex", "flex-direction": "row",