diff --git src/wp-includes/css/media-views.css src/wp-includes/css/media-views.css
index 8b50e8fdd7..388bf6ddfd 100644
|
|
|
2672 | 2672 | } |
2673 | 2673 | |
2674 | 2674 | .media-frame-content[data-columns="2"] .attachment { |
2675 | | width: 50%; |
| 2675 | width: 49.9%; |
2676 | 2676 | } |
2677 | 2677 | |
2678 | 2678 | .media-frame-content[data-columns="3"] .attachment { |
2679 | | width: 33.33%; |
| 2679 | width: 33.2%; |
2680 | 2680 | } |
2681 | 2681 | |
2682 | 2682 | .media-frame-content[data-columns="4"] .attachment { |
2683 | | width: 25%; |
| 2683 | width: 24.9%; |
2684 | 2684 | } |
2685 | 2685 | |
2686 | 2686 | .media-frame-content[data-columns="5"] .attachment { |
2687 | | width: 20%; |
| 2687 | width: 19.9%; |
2688 | 2688 | } |
2689 | 2689 | |
2690 | 2690 | .media-frame-content[data-columns="6"] .attachment { |
2691 | | width: 16.66%; |
| 2691 | width: 16.5%; |
2692 | 2692 | } |
2693 | 2693 | |
2694 | 2694 | .media-frame-content[data-columns="7"] .attachment { |
2695 | | width: 14.28%; |
| 2695 | width: 14.1%; |
2696 | 2696 | } |
2697 | 2697 | |
2698 | 2698 | .media-frame-content[data-columns="8"] .attachment { |
2699 | | width: 12.5%; |
| 2699 | width: 12.4%; |
2700 | 2700 | } |
2701 | 2701 | |
2702 | 2702 | .media-frame-content[data-columns="9"] .attachment { |
2703 | | width: 11.11%; |
| 2703 | width: 11%; |
2704 | 2704 | } |
2705 | 2705 | |
2706 | 2706 | .media-frame-content[data-columns="10"] .attachment { |
2707 | | width: 10%; |
| 2707 | width: 9.9%; |
2708 | 2708 | } |
2709 | 2709 | |
2710 | 2710 | .media-frame-content[data-columns="11"] .attachment { |
2711 | | width: 9.09%; |
| 2711 | width: 8.9%; |
2712 | 2712 | } |
2713 | 2713 | |
2714 | 2714 | .media-frame-content[data-columns="12"] .attachment { |
2715 | | width: 8.33%; |
| 2715 | width: 8.2%; |
2716 | 2716 | } |