Commit 0d802a4b authored by alexcherman's avatar alexcherman

Uppercase panel title

parent 7b548779
...@@ -13,6 +13,7 @@ const css = csjs` ...@@ -13,6 +13,7 @@ const css = csjs`
} }
.swapitTitle { .swapitTitle {
margin: 0; margin: 0;
text-transform: uppercase;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment