"मीडियाविकि:Mobile.css": अवतरणों में अंतर

No edit summary
टैग: मोबाइल संपादन मोबाइल वेब संपादन
No edit summary
टैग: Reverted मोबाइल संपादन मोबाइल वेब संपादन
पंक्ति ९०: पंक्ति ९०:
.infobox.officeholder tr th:contains("In office") + td {
.infobox.officeholder tr th:contains("In office") + td {
     text-align: center !important;
     text-align: center !important;
}
.infobox-businessman {
    width: 100% !important; /* মোবাইলে পুরো স্ক্রিন জুড়ে থাকবে */
    max-width: 100% !important; /* সর্বোচ্চ ১০০% এর বেশি যাবে না */
    min-width: auto;
    overflow-wrap: break-word; /* লম্বা টেক্সট অটো ব্রেক হবে */
    word-wrap: break-word;
    display: table; /* টেবিল ফরম্যাট বজায় রাখা */
}
}