Merge branch 'master' into dillo

This commit is contained in:
2019-03-12 14:28:00 +01:00
2 changed files with 3 additions and 8 deletions

View File

@@ -373,12 +373,8 @@
=node-details-description =node-details-description
color: $color-text color: $color-text
font-size: 1.25em
word-break: break-word word-break: break-word
+media-xs
font-size: 1.1em
/* Style links without a class. Usually regular /* Style links without a class. Usually regular
* links in a comment or node description. */ * links in a comment or node description. */
a:not([class]) a:not([class])

View File

@@ -1,7 +1,7 @@
@import ../config @import ../config
$select2-dropdown-width: 180px
.select2-container .select2-container
width: 100% !important
box-sizing: border-box box-sizing: border-box
display: inline-block display: inline-block
margin: 0 margin: 0
@@ -20,9 +20,8 @@
display: block display: block
padding-left: 8px padding-left: 8px
padding-right: 20px padding-right: 20px
overflow: hidden +text-overflow-ellipsis
text-overflow: ellipsis max-width: $select2-dropdown-width
white-space: nowrap
.select2-selection__clear .select2-selection__clear
position: relative position: relative