diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-16 19:10:22 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-16 19:10:22 -0400 |
| commit | 99f6dfa4c12ceb9bf426a3882867ccb5a99bf071 (patch) | |
| tree | df69b368e43ab10e0ec85a2b90c34fa07dd41494 /src/client/views/search/SearchItem.scss | |
| parent | 894b829db4c2f5e4b14428d933259595904dda7b (diff) | |
| parent | 430fd8c0a3dcaf92f599bf6c8b8032db8774bae7 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/search/SearchItem.scss')
| -rw-r--r-- | src/client/views/search/SearchItem.scss | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/client/views/search/SearchItem.scss b/src/client/views/search/SearchItem.scss index 24dd2eaa3..273d49349 100644 --- a/src/client/views/search/SearchItem.scss +++ b/src/client/views/search/SearchItem.scss @@ -24,11 +24,15 @@ flex-direction: row; width: 100%; - .search-title { - text-transform: uppercase; - text-align: left; + .search-title-container { width: 100%; - font-weight: bold; + + .search-title { + text-transform: uppercase; + text-align: left; + width: 100%; + font-weight: bold; + } } .search-info { |
