diff --git a/rpg-docs/client/style/cards.css b/rpg-docs/client/style/cards.css index 3d2a40d2..801203a0 100644 --- a/rpg-docs/client/style/cards.css +++ b/rpg-docs/client/style/cards.css @@ -23,6 +23,7 @@ .card { background: white; border-radius: 2px; + position: initial; } .card .top { diff --git a/rpg-docs/client/views/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css index 862706e2..7f13bc6d 100644 --- a/rpg-docs/client/views/GeneralCSS/typography.css +++ b/rpg-docs/client/views/GeneralCSS/typography.css @@ -1,3 +1,7 @@ +body .paper-font-display4, body .paper-font-display3, body .paper-font-title, body .paper-font-caption{ + white-space: normal; +} + .white-text { color: #dedede; color: rgba(255,255,255,0.87); diff --git a/rpg-docs/client/views/character/spells/spells.css b/rpg-docs/client/views/character/spells/spells.css index 148d2d0f..d71097fe 100644 --- a/rpg-docs/client/views/character/spells/spells.css +++ b/rpg-docs/client/views/character/spells/spells.css @@ -78,6 +78,20 @@ margin-left: 16px; } +.spell.item > div > div { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.spell.item > div { + min-width: 0; +} + +.spell.item iron-icon { + flex-shrink: 0; +} + .spellLevel { -webkit-backface-visibility: hidden; -webkit-transform: translateX(0); diff --git a/rpg-docs/client/views/home/intro/intro.css b/rpg-docs/client/views/home/intro/intro.css index 75c5328e..cf6f52bc 100644 --- a/rpg-docs/client/views/home/intro/intro.css +++ b/rpg-docs/client/views/home/intro/intro.css @@ -21,10 +21,15 @@ max-width: 300px; padding: 16px; text-align: center; + min-width: 0; +} + +.intro .section .columns { + max-width: 100%; } .intro paper-button { - min-width: 200px; + flex-basis: 200px; } diff --git a/rpg-docs/client/views/home/intro/intro.html b/rpg-docs/client/views/home/intro/intro.html index bfd40f87..282b47ea 100644 --- a/rpg-docs/client/views/home/intro/intro.html +++ b/rpg-docs/client/views/home/intro/intro.html @@ -64,7 +64,7 @@