Fix extra scrollbars in dapps (#3706)
* Fix extra scrollbars in dapps * Dapps list padding * spelling * lint * Height overflow fix
This commit is contained in:
committed by
Nicolas Gotchac
parent
3837114eb2
commit
bd2e2b630c
@@ -14,8 +14,9 @@
|
||||
/* You should have received a copy of the GNU General Public License
|
||||
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
.layout {
|
||||
padding: 0.25em;
|
||||
padding: 0.25em 0.25em 1em 0.25em;
|
||||
}
|
||||
|
||||
.layout>div {
|
||||
|
||||
Reference in New Issue
Block a user