From fa645e7a8b5ff56f4376bf78b0067a7a6c5d75f4 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 12 Feb 2017 21:07:02 +0200 Subject: [PATCH] Documented multiline table header quirkiness, resolves #54 --- docs/table.html | 1 + docs/v2/DEVLOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/table.html b/docs/table.html index f5379d7..a9d83b2 100644 --- a/docs/table.html +++ b/docs/table.html @@ -150,6 +150,7 @@
diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 86c7fed..e52e465 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -860,3 +860,4 @@ - Documented `tooltip`. No *dos* and *don'ts* seem to be required, as the use cases are really really simple. - Added accessibility guidelines for using `role="button"` in `navigation`. - Added `sticky` documentation in `navigation`. No *dos* and *dont's* either, I'm afraid, can't find any troublesome things with this. +- Added a quick fix for `table`s' irregular styling of mutliline headers. Resolves #54.