diff options
| author | makitso <makitso@gmail.com> | 2017-07-11 17:40:02 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-07-11 17:40:02 -0500 |
| commit | db50eab6f96cc90fa80d927119c7e71f455b8aee (patch) | |
| tree | 1ba3af79d9c1f24d174433957dcdae78b8cc23df | |
| parent | 6cf00dfbb0a137dc8c3a4080da7b41a71ca41bba (diff) | |
| download | webtrees-db50eab6f96cc90fa80d927119c7e71f455b8aee.tar.gz webtrees-db50eab6f96cc90fa80d927119c7e71f455b8aee.tar.bz2 webtrees-db50eab6f96cc90fa80d927119c7e71f455b8aee.zip | |
Thumbnail to conform to parent block in Default individual
| -rw-r--r-- | themes/_common/css-1.7.8/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/_common/css-1.7.8/style.css b/themes/_common/css-1.7.8/style.css index 659619b486..53b05d8b70 100644 --- a/themes/_common/css-1.7.8/style.css +++ b/themes/_common/css-1.7.8/style.css @@ -12,6 +12,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + + /* Override Bootstrap formatting */ + .row .select2-selection--single { + height: auto; +} /* * Pages have the following high-level structure: |
