মিডিয়াউইকি:Mobile.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
সম্পাদনা সারাংশ নেই
ট্যাগ: হাতদ্বারা প্রত্যাবর্তন
৯০ নং লাইন: ৯০ নং লাইন:
.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; /* টেবিল ফরম্যাট বজায় রাখা */
}
}