Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Whitwell <tom@whi.tw>2018-06-01 15:31:17 +0300
committerTom Whitwell <tom@whi.tw>2018-06-01 15:31:17 +0300
commit1f418c0e460a9496876fb9e8f185d8a18bb7bc12 (patch)
tree640f1960fe3c6cd14584acea12b917b2a0814cc8
parentc0789d78783d31e007572dbe403bc08f2565d2fb (diff)
update styles to show full link textfeature/1-Resizable-Table
-rw-r--r--static/css/styles.css5
-rw-r--r--static/css/styles.min.css2
2 files changed, 6 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 45a0a75..62aa39e 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1,4 +1,9 @@
.link {
display: block !important;
text-align: left !important;
+ overflow: visible;
+ height: auto !important;
+ min-height: 36px;
+ white-space: normal;
+ word-wrap: break-word;
}
diff --git a/static/css/styles.min.css b/static/css/styles.min.css
index 1452bd4..ca385bf 100644
--- a/static/css/styles.min.css
+++ b/static/css/styles.min.css
@@ -1 +1 @@
-.link{display:block!important;text-align:left!important;}
+.link{display:block!important;text-align:left!important;overflow:visible;height:auto!important;min-height:36px;white-space:normal;word-wrap:break-word;}