Skip to content
Snippets Groups Projects
Commit bbd363d8 authored by Anxhelo Lushka's avatar Anxhelo Lushka
Browse files

Fixed table overflow

parent 980e763a
No related branches found
No related tags found
No related merge requests found
...@@ -352,6 +352,10 @@ th, td { ...@@ -352,6 +352,10 @@ th, td {
font-weight: bold; font-weight: bold;
} }
.overflow {
overflow: auto;
}
span { span {
display: inline-block; display: inline-block;
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<p class="pt-3">Briar’s typography system slightly differs from platform to platform. On the web, we use a slightly modified version of the <a class="underline" href="https://material.io/design/typography/the-type-system.html" target="_blank" rel="noopener">Material Design typography guidelines</a> using the <a class="underline" href="https://rsms.me" target="_blank" rel="noopener">Inter typeface by Rasmus Andersson</a> and <a class="underline" href="https://fonts.google.com/specimen/Roboto" target="_blank" rel="noopener">Roboto Mono</a> for code snippets and other cases where a monospace font might be required.</p> <p class="pt-3">Briar’s typography system slightly differs from platform to platform. On the web, we use a slightly modified version of the <a class="underline" href="https://material.io/design/typography/the-type-system.html" target="_blank" rel="noopener">Material Design typography guidelines</a> using the <a class="underline" href="https://rsms.me" target="_blank" rel="noopener">Inter typeface by Rasmus Andersson</a> and <a class="underline" href="https://fonts.google.com/specimen/Roboto" target="_blank" rel="noopener">Roboto Mono</a> for code snippets and other cases where a monospace font might be required.</p>
</div> </div>
<div class="row mono no-gutters"> <div class="row mono overflow no-gutters">
<table> <table>
<tr class="mono"> <tr class="mono">
<th>Scale Category</th> <th>Scale Category</th>
......
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