From 3c1bf2d74a42deaa6fa129057d28a81a6be90ed8 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 28 Feb 2019 18:13:26 -0500 Subject: [PATCH] Fix CSS --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index befce3184..757ff6369 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -595,7 +595,7 @@ button.add-note svg.icon { border-radius: 20px 0 0 20px; background: #fff; } -.search-add .search-wrap:only-child { +.search-add .search-wrap:nth-last-child(2) { border-radius: 20px; } .search-add input[type='search'] {