Skip to content

Commit 6e860d2

Browse files
committed
remove wrapping
1 parent 31a12dd commit 6e860d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_src/less/_repository.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@
155155
&.labels {
156156
.label-filter .menu .info {
157157
display: inline-block;
158-
padding: .5rem;
158+
padding: .5rem .25rem;
159159
border-bottom: 1px solid #cccccc;
160160
font-size: 12px;
161161
width: 100%;
162-
white-space: normal;
163-
line-height: 1.4;
162+
white-space: nowrap;
163+
text-align: center;
164164

165165
code {
166166
border: 1px solid #cccccc;

0 commit comments

Comments
 (0)