Rafalsky/HomeFinance

View on GitHub
wallet/web/css/transactions/form.css

Summary

Maintainability
Test Coverage
/*
 *  This file is part of the HomeFinanceV2 project.
 *
 *  (c) Rafalsky.com <http://github.com/Rafalsky/>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

div.upload-kit li.image {
    height: auto;
    width: auto;
}

div.upload-kit li.image>img {
    max-width: 100%;
    width: auto !important;
    max-height: 100%;
    height: auto !important;
}