mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-22 15:04:46 +00:00
Fixing an overflow issue in the cheatsheet
This commit is contained in:
parent
fd6107d18f
commit
424928b364
@ -98,7 +98,7 @@
|
||||
<span class="utf long"><i class="long"></i> ms-100000 <code>&#xe901;</code></span>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="vectors">
|
||||
<div class="vectors overflow">
|
||||
<span class="utf"><i></i> ms-artifact <code>&#xe61e;</code></span>
|
||||
<span class="utf"><i></i> ms-creature <code>&#xe61f;</code></span>
|
||||
<span class="utf"><i></i> ms-enchantment <code>&#xe620;</code></span>
|
||||
|
@ -274,6 +274,11 @@ blockquote {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.vectors.overflow .utf {
|
||||
overflow-x: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.utf.long {
|
||||
width: 33%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user