mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 16:47:37 -04:00
better support for wrapped lines
This commit is contained in:
+5
-4
@@ -5,19 +5,20 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
"type": "heading",
|
"type": "heading",
|
||||||
"id": "main-heading",
|
"id": "main-heading",
|
||||||
"value": "My Cool App",
|
"value": "Clay Test Page",
|
||||||
"size": 1
|
"size": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"value": "By Keegan Lillo - <a href=\"http://lillo.me\">Lillo.me</a>"
|
"value": "Some arbitrary text explaining how this all works. " +
|
||||||
|
"It's cool if this wraps across multiple lines"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "heading",
|
"type": "heading",
|
||||||
"value": "Settings"
|
"value": "This is a section"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "input",
|
"type": "input",
|
||||||
@@ -50,7 +51,7 @@ module.exports = [
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"type": "heading",
|
"type": "heading",
|
||||||
"value": "Settings"
|
"value": "More Settings"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "flavor",
|
"id": "flavor",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ html, body {
|
|||||||
@include font-pfdin(regular);
|
@include font-pfdin(regular);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-size: $em-base;
|
font-size: $em-base;
|
||||||
line-height: 1;
|
line-height: 1.15;
|
||||||
height:100%;
|
height:100%;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user