unicode-node css style
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: MacOS Sierra 10.12.2
- Hyper.app version: 1.0.1.1369
- Link of a Gist with the contents of your .hyper.js: https://gist.github.com/enguerran/c7c56adcaca07b9679daad7328d8bbfd
- Relevent information from devtools (CMD+SHIFT+I on Mac OS, CTRL+SHIFT+I elsewhere): N/A
- The issue is reproducible in vanilla Hyper.app: zsh + oh-my-zsh + bullet-train theme
Issue
I have a unicode-node
style issue: on the left, the actual css rule with unicode-node { display: inline-block; }
, on the right, a modified css rule with unicode-node { display: inline; }
.
My custom emojis (goat + gust of wind) are better aligned on the right.
Do you think it is a issue on hyper or may it be a issue on another element in my terminal stack (MacOS + hyper + zsh + oh-my-zsh + bullet-train + Powerline font)?

Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:6
Top Results From Across the Web
unicode-node css style · Issue #1332 · vercel/hyper - GitHub
I am on the latest Hyper.app version I have searched the issues of this repo and believe that this is not a duplicate...
Read more >unicode-bidi - CSS: Cascading Style Sheets - MDN Web Docs
The unicode-bidi CSS property, together with the direction property, determines how bidirectional text in a document is handled.
Read more >Htain Lin Shwe on Twitter: "@kokoye2007 force css included in that ...
GitHub - saturngod/ZG2Uni_NodeJS: Zawgyi to Unicode node.js ... but i recommend force css to code block base css. sometime they use Awesome Font...
Read more >html - How to get a tab character? - Stack Overflow
I use <span style="display: inline-block; width: 2ch;"> </span> for a two characters ... and that's easy with CSS. either in line like .
Read more >plastex.txt
4.2.1.4.9 The style attribute The style attribute is a CSS style object. ... nodeName, unicode(node.attributes['title']), unicode(node), node.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
same result,and unicode-node { display: inline; } works
If i might ask. Where are you guys setting this in your
.hyper.js
file? So far I have tried setting it in css and termCss but neither has worked, if i change it from the dev console it does work however