Skip to content

Commit

Permalink
MB-21852 - spock UI made btn-xs buttons shorter to fit in rows
Browse files Browse the repository at this point in the history
Mentioned in point #2 in MB-21852.

Change-Id: I0d8a414e6eecb56fae167f3e3532c771c073a75a
Reviewed-on: http://review.couchbase.org/71080
Reviewed-by: Marty Schoch <marty.schoch@gmail.com>
Tested-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
steveyen committed Dec 19, 2016
1 parent 4f792f4 commit a198faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ns_server_static/fts/uia/fts.css
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,7 @@
}

.indexContainer .index-summary .btn-xs {
height: 1.5rem;
min-width: 5.5rem;
line-height: 1rem;
margin-left: 10px;
padding: 0 0 0 0;
font-size: 11px;
Expand Down Expand Up @@ -626,6 +624,8 @@

.indexContainer .btn-xs {
padding: 0px 5px 0px 5px;
height: 1.5rem;
line-height: 1.5rem;
font-size: 11px;
font-family: OpenSans, sans-serif;
}
Expand Down

0 comments on commit a198faf

Please sign in to comment.