We got a majority of feedback that we should have the post button on the right, it’s for better UX. Any idea how I can switch the places of these two elements? I’ve tried
float: right but no luck.
float: right but no luck.
Что-то вроде этого должно помочь вам пройти большую часть пути… Я не тестировал это extensively, поэтому просто следите за процессом, так как в некоторых контекстах может потребоваться дополнительная настройка.
#reply-control .submit-panel .save-or-cancel {
flex-direction: row-reverse;
order: 2;
}