UNCLASSIFIED

Commit 2c446000 authored by graham.smith's avatar graham.smith
Browse files

search width

parent 78add725
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</v-col> </v-col>
</v-row> </v-row>
<v-row class="filter-wrapper filter-input mb-4"> <v-row class="filter-wrapper filter-input mb-4">
<v-col cols="12" sm="8" md="6"> <v-col cols="12" sm="6" md="3">
<v-text-field <v-text-field
v-model="search" v-model="search"
ref="filterSearch" ref="filterSearch"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<template v-slot:top> <template v-slot:top>
<v-container id="teams-table-header" class="py-0 pb-8"> <v-container id="teams-table-header" class="py-0 pb-8">
<v-row> <v-row>
<v-col cols="12" md="4" class="filter-input px-0"> <v-col cols="12" sm="6" md="3" class="filter-input px-0">
<v-text-field <v-text-field
v-model="filter.search" v-model="filter.search"
ref="filterSearch" ref="filterSearch"
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
hide-details hide-details
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col cols="12" md="8" class="text-right px-0"> <v-col cols="12" md="9" class="text-right px-0">
<v-btn <v-btn
color="secondary" color="secondary"
class="mr-0 mr-sm-2 mb-6 mb-sm-0" class="mr-0 mr-sm-2 mb-6 mb-sm-0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment