11.10.2016, 17:42
Gdy dodam dłuższy tekst do tabeli, to tekst zawarty w niej rozciąga się po za ekran. Mój kod CSS:
Kod:
.annocuement {
background: #494949;
width: 770px;
padding-top: 7px;
padding-bottom: 7px;
padding-right: 15px;
padding-left: 15px;
font-weight: bold;
color: #E0E0E0;
text-align: center;
border-radius: 5px;
}
.remindertext {
background: #717171;
color: #E0E0E0;
width: 770px;
border-radius: 5px;
padding-right: 15px;
padding-left: 15px;
}