You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/24 21:07:06 UTC

[royale-docs] branch develop updated: try to keep TOC from squishing

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d62b202  try to keep TOC from squishing
d62b202 is described below

commit d62b202b49f194a1d853150c2e7b2c6e92633480
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 24 13:06:45 2018 -0800

    try to keep TOC from squishing
---
 royalesite.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/royalesite.css b/royalesite.css
index fa13844..33a457b 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -535,6 +535,7 @@ h1 {
 .toc {
 	display: inline-block;
 	margin-top: 10px;
+	flex-shrink: 0;
 }
 
 .content {

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.