Skip to content
Snippets Groups Projects
Commit 39cca371 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

add readable line length, line-height and add a better color to descriptions of tables on /

parent cd0da5a1
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,8 @@
box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
color: #ddd;
}
.TableDescription {
max-width: 42rem;
line-height: 1.4;
}
......@@ -96,7 +96,7 @@
<a class="no-decoration py2 border-bottom flex align-center" href="/card/create?db={{currentDB.id}}&table={{table.id}}">
<div class="flex flex-column pr3 lg-pr0">
<h2 class="text-dark text-brand-hover break-word">{{table.name}}</h2>
{{table.description}}
<h4 class="TableDescription text-grey-4 text-normal mt1">{{table.description}}</h4>
</div>
<div class="flex flex-align-right align-center">
<div class="text-right text-brand text-brand-darken-hover mr2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment