// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

.debugging-hints {
    .page-actions {
        position: relative;
        z-index: 1;

        .debugging-hint-template-file {
            left: auto !important;
            right: 0 !important;
        }
    }
}
