| Index: Source/devtools/front_end/ui/filter.css
|
| diff --git a/Source/devtools/front_end/ui/filter.css b/Source/devtools/front_end/ui/filter.css
|
| index b8cce0300a25fe5687765fd9656c504dd9939a45..3d05a5456d32c8ece208284a03600337bbcb26f4 100644
|
| --- a/Source/devtools/front_end/ui/filter.css
|
| +++ b/Source/devtools/front_end/ui/filter.css
|
| @@ -28,6 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +.filter-bar {
|
| + align-items: center;
|
| +}
|
| +
|
| .filter-text-filter {
|
| display: flex;
|
| margin-left: 1px;
|
| @@ -57,6 +61,7 @@
|
| background: transparent;
|
| text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
|
| border-radius: 8px;
|
| + overflow: hidden;
|
| }
|
|
|
| .filter-bitset-filter-divider {
|
|
|