Skip to content

Commit

Permalink
fix jarvis widget css
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiblef committed Jan 28, 2016
1 parent 7648bc8 commit e3ebbd5
Showing 1 changed file with 5 additions and 3 deletions.
@@ -1,10 +1,10 @@
.js-widget-title {
margin-left: 10px;
display: inline-block;
max-width: 90%;
max-width: ~"calc(100% - 20px)";
max-width: ~"calc(100% - 40px)";
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
.tooltip-inner {
white-space: initial;
Expand All @@ -14,7 +14,6 @@
.jarviswidget {
> header {
height: auto;
min-height: 34px;
line-height: 30px;
}
> header:after {
Expand All @@ -26,6 +25,9 @@

.jarviswidget .widget-body {
padding-top: 1px;
#entity-languages {
margin-right: 185px;
}
}

.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
Expand Down

0 comments on commit e3ebbd5

Please sign in to comment.