File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
build/media_source/com_associations/css Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 44 */
55
66.sidebyside .outer-panel {
7- float : left ;
7+ float : inline-start ;
88 width : 50% ;
99}
1010
3333}
3434
3535.sidebyside .langtarget {
36- float : left ;
36+ float : inline-start ;
3737}
3838
3939.sidebyside .modaltarget {
40- float : left ;
40+ float : inline-start ;
4141 margin-inline-start : .5rem ;
4242}
4343
5050}
5151
5252.target-text {
53- float : left ;
53+ float : inline-start ;
5454 width : auto;
5555}
5656
57- /* RTL overrides */
58- [dir = rtl ] .sidebyside .outer-panel {
59- float : right;
60- }
61-
62- [dir = rtl ] .sidebyside .langtarget {
63- float : right;
64- }
65-
66- [dir = rtl ] .sidebyside .modaltarget {
67- float : right;
68- }
69-
70- [dir = rtl ] .target-text {
71- float : right;
72- }
73-
7457/* Responsive layout */
7558@media (max-width : 767.98px ) {
7659 .sidebyside .outer-panel {
You can’t perform that action at this time.
0 commit comments