Fixing an overflow issue in the cheatsheet

This commit is contained in:
Andrew Gioia 2016-06-20 22:13:39 -04:00
parent fd6107d18f
commit 424928b364
2 changed files with 6 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<span class="utf long"><i class="long">&#xe901;</i> ms-100000 <code>&amp;#xe901;</code></span>
<div class="clear"></div>
</div>
<div class="vectors">
<div class="vectors overflow">
<span class="utf"><i>&#xe61e;</i> ms-artifact <code>&amp;#xe61e;</code></span>
<span class="utf"><i>&#xe61f;</i> ms-creature <code>&amp;#xe61f;</code></span>
<span class="utf"><i>&#xe620;</i> ms-enchantment <code>&amp;#xe620;</code></span>

View File

@ -274,6 +274,11 @@ blockquote {
padding: 6px 0;
}
.vectors.overflow .utf {
overflow-x: hidden;
white-space: nowrap;
}
.utf.long {
width: 33%;
}