Skip to content

Commit

Permalink
Fixed that the right border was no longer displayed (#842)
Browse files Browse the repository at this point in the history
* Fixed that the right border was no longer displayed

* Minute adjustment
  • Loading branch information
tecchan1107 authored Aug 30, 2024
1 parent c384dd9 commit 34a5b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions column-samples/generic-world-time/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down
2 changes: 1 addition & 1 deletion column-samples/generic-world-time/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion column-samples/generic-world-time/generic-world-time.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"elmType": "div",
"style": {
"width": "100%",
"width": "95%",
"position": "absolute",
"display": "flex",
"flex-direction": "row",
Expand Down

0 comments on commit 34a5b09

Please sign in to comment.