-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: to fix fitcontent error as developer set fixed with and none hei…
…ght (#247)
- Loading branch information
Showing
6 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
...e_text_fitcontent_lines_null_width_fixed_height_null_padding_top_padding_bottom/index.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#template_text_fitcontent_lines_null_width_fixed_height_null_padding_top_padding_bottom { | ||
width: 100%; | ||
height: 50px; | ||
background-color: primaryBackground; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
#text { | ||
width: 100px; | ||
fit-content:true; | ||
padding-top:10px; | ||
padding-bottom:10px; | ||
font-size:13px; | ||
} |
7 changes: 7 additions & 0 deletions
7
...itcontent_lines_null_width_fixed_height_null_padding_top_padding_bottom/index.databinding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"data": { | ||
"text": { | ||
"value":"'HelloWorld'" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
..._text_fitcontent_lines_null_width_fixed_height_null_padding_top_padding_bottom/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "template_text_fitcontent_lines_null_width_fixed_height_null_padding_top_padding_bottom", | ||
"type": "gaia-template", | ||
"layers": [ | ||
{ | ||
"id": "text", | ||
"type": "text" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters