.bt-search-form {
display: flex;
- align-items: flex-start;
+ align-items: flex-end;
}
.bt-search-form > li + li {
const { minSubmittedAt, maxExecutedAt } = this.props;
return (
- <div>
+ <div className="nowrap">
<input
className="input-small"
value={minSubmittedAt}
onChange={e => this.handleQueryChange(e.target.value)}
value={query}
ref="searchInput"
- className="js-search input-large"
+ className="js-search input-medium"
type="search"
placeholder="Search"
/>
{this.renderSearchBox()}
- <li className="bt-search-form-right">
+ <li className="bt-search-form-right nowrap">
<button className="js-reload" onClick={this.handleReload.bind(this)} disabled={loading}>
{translate('reload')}
</button>{' '}
onChange={this.search}
value={this.props.query}
ref="input"
- className="search-box-input"
+ className="search-box-input input-medium"
type="search"
placeholder="Search"
/>
const { condition, edit, metric } = this.props;
return (
<tr>
- <td className="text-middle nowrap">
+ <td className="text-middle">
{getLocalizedMetricName(metric)}
{metric.hidden &&
<span className="text-danger little-spacer-left">
.quality-profiles-table-projects,
.quality-profiles-table-rules,
.quality-profiles-table-date {
- min-width: 90px;
+ min-width: 80px;
}
.quality-profiles-list-header {
border: 1px solid @barBorderColor;
box-sizing: border-box;
background-color: #fff;
+ overflow: auto;
.modal & {
border-top: none;
color: #fff;
transition: background-color 0.3s ease;
- &:hover, &:focus, &.active {
+ &:hover,
+ &:focus,
+ &.active {
background-color: darken(#5041d2, 10%);
}
}
}
.input-tiny {
- width: 60px;
+ width: 60px !important;
}
.input-small {
- width: 100px;
+ width: 100px !important;
}
.input-medium {
- width: 150px;
+ width: 150px !important;
}
.input-large {
- width: 200px;
+ width: 200px !important;
}
.input-super-large {
width: 100%;